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

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

-
- -
- - +
+ content; ?> +
+
+

© 2005 - 2012 by Zend Technologies Ltd. translate('All rights reserved.') ?>

+
+
+ inlineScript() ?> +