X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=31e99f17c4c8892a729fd4b30fc026c05678d2cd;hb=3e11432506fcb50414f7e5edffa6462db5d3b215;hp=6685a64097aed75f1e481728b79b8f8f10febfa7;hpb=c5554b6b41da12c4e98cbffae3ee430a59bc36be;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 6685a64..31e99f1 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,54 +1,69 @@ -doctype() ?> +headTitle()->setSeparator(' - ') + ->setAutoEscape(false); - - - - headTitle() ?> +$basePath = $this->basePath(); +$this->headLink()->appendStylesheet($basePath . '/css/bootstrap.min.css') + ->appendStylesheet($basePath . '/css/style.css') + ->appendStylesheet($basePath . '/css/bootstrap-responsive.min.css'); - headMeta() ?> +$this->headLink(array( + 'rel' => 'shortcut icon', + 'type' => 'image/vnd.microsoft.icon', + 'href' => $basePath . '/images/favicon.ico', + )); - - +echo $this->doctype(); +?> - headScript() ?> + + + + headTitle('ZF2 Skeleton Application') ?> + + headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?> headLink() ?> - - - - placeholder('favicon') ?> + + headScript() ?> -
-
+
- raw('content'); ?> + + content; ?> + +
-

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

+

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