X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=31e99f17c4c8892a729fd4b30fc026c05678d2cd;hb=3e11432506fcb50414f7e5edffa6462db5d3b215;hp=00c4478107dcb160d698f9ca7f8c52820307f1ee;hpb=ab145e65efd803ce0fc2e3264d80b74217f67d97;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 00c4478..31e99f1 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -3,7 +3,9 @@ $this->headTitle()->setSeparator(' - ') ->setAutoEscape(false); $basePath = $this->basePath(); -$this->headLink()->appendStylesheet($basePath . '/css/bootstrap.min.css'); +$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', @@ -13,7 +15,7 @@ $this->headLink(array( // HTML5 shim, for IE6-8 support of HTML elements $this->headScript()->appendFile($basePath . '/js/html5.js', 'text/javascript', - array('conditional' => 'lt IE9',)); + array('conditional' => 'lt IE 9',)); echo $this->doctype(); ?> @@ -23,17 +25,11 @@ echo $this->doctype(); headTitle('ZF2 Skeleton Application') ?> - headMeta() ?> + headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?> headLink() ?> - - headScript() ?> @@ -41,24 +37,33 @@ echo $this->doctype(); -
-
+
- raw('content'); ?> + + content; ?> + +
-

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

+

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