X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Flayout.phtml;h=81ee343b58082ce2f11e7fdc02f4dc58720942aa;hb=6d6858e7c9fa4d61e3d76bcb0092837e3903ffa5;hp=dfbbaf51467506538d61f970046de72101100a59;hpb=26afcb880ff75743abcb627ecf516b6c51a36d08;p=syj.git diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index dfbbaf5..81ee343 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -1,9 +1,16 @@ - +getHelper('Doctype')->setDoctype('HTML5'); + echo $doctype . PHP_EOL; +?> 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 +24,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; ?>