X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Flayout.phtml;h=37d7b4e1b2f7bb7c72b17748794c9edce6ea021f;hp=dfbbaf51467506538d61f970046de72101100a59;hb=9d450c0eb88cc1cc19db9ad4334bc1fc68f5ee21;hpb=bfe63b61894a100bd3d83ac86593a8d767b94920 diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index dfbbaf5..37d7b4e 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -4,6 +4,10 @@ headMeta()->setIndent(4) . PHP_EOL; + echo $this->headBase()->setIndent(4) . PHP_EOL; + echo $this->headTitle()->setIndent(4) . PHP_EOL; + echo $this->headLink()->setIndent(4) . PHP_EOL; if ($this->jslocales) { $syjStrings = new phptojs\JsObject('SyjStrings'); @@ -17,9 +21,6 @@ $this->headScript()->prependScript((string) $syjStrings); } - echo $this->headBase()->setIndent(4) . PHP_EOL; - echo $this->headTitle()->setIndent(4) . PHP_EOL; - echo $this->headLink()->setIndent(4) . PHP_EOL; echo $this->headScript()->setIndent(4) . PHP_EOL; ?>