(refactor): Remove engine logic from front/index.php
Testing
- Open sandbox URL.
- Ensure it works completely.
Might be best to test on staging or on a subdomain.
Issues
- Closes #2216
0/1
thread resolved
added scoped labels
mentioned in merge request engine!390
36 case strpos($name, ":") !== FALSE: 37 echo "<meta property=\"$name\" content=\"$content\">\n"; 38 break; 39 default: 40 echo "<meta name=\"$name\" content=\"$content\">\n"; 41 } 42 } 43 ?> 12 <?php echo $index->getMetaHtml() ?> 44 13 14 <title><?php echo $index->getTitle() ?></title> 45 15 46 16 <!-- inject:css --> 47 17 <!-- endinject --> 48 18 49 <script> - Owner
this should still be in the HEAD to avoid waiting for page to fully load
added scoped label