X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=31e99f17c4c8892a729fd4b30fc026c05678d2cd;hb=3e11432506fcb50414f7e5edffa6462db5d3b215;hp=a9e37b84542c4c698ac569ff865550dfa730545c;hpb=d4abc301cd69bd1d22e7a3a5f15e5867d9cd8435;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index a9e37b8..31e99f1 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,53 +1,69 @@ -doctype() ?> +headTitle()->setSeparator(' - ') + ->setAutoEscape(false); + +$basePath = $this->basePath(); +$this->headLink()->appendStylesheet($basePath . '/css/bootstrap.min.css') + ->appendStylesheet($basePath . '/css/style.css') + ->appendStylesheet($basePath . '/css/bootstrap-responsive.min.css'); + +$this->headLink(array( + 'rel' => 'shortcut icon', + 'type' => 'image/vnd.microsoft.icon', + 'href' => $basePath . '/images/favicon.ico', + )); + +// HTML5 shim, for IE6-8 support of HTML elements +$this->headScript()->appendFile($basePath . '/js/html5.js', 'text/javascript', + array('conditional' => 'lt IE 9',)); + +echo $this->doctype(); +?> - headTitle() ?> + headTitle('ZF2 Skeleton Application') ?> - headMeta() ?> + headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?> headLink() ?> - - - - - + headScript() ?> - - placeholder('favicon') ?> - -
-
+
- raw('content'); ?> + + content; ?> + +
-

© 2006 - by Zend Technologies Ltd. All rights reserved.

+

© 2006 - 2012 by Zend Technologies Ltd. All rights reserved.