X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=513414e696dfde51a84fd70c0f96b4715a694183;hb=f4fce1b7d7e9578a47a75a0a4facabd2fb8f5c4d;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..513414e 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,54 +1,52 @@ -doctype() ?> +doctype(); ?> - headTitle() ?> + headTitle('ZF2 Skeleton Application')->setSeparator(' - ')->setAutoEscape(false) ?> - headMeta() ?> - - - - - headScript() ?> + headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?> - headLink() ?> - - + headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/images/favicon.ico')) + ->appendStylesheet($this->basePath() . '/css/bootstrap.min.css') + ->appendStylesheet($this->basePath() . '/css/style.css') + ->appendStylesheet($this->basePath() . '/css/bootstrap-responsive.min.css') ?> - - placeholder('favicon') ?> + + headScript()->appendFile($this->basePath() . '/js/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',)) ?> -
-
+
- raw('content'); ?> + + content; ?> + +
-

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

+

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