X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=9ef159f4b7d0c97cbf7281f72b6dea2c0ae1d8c8;hb=f455f9a21cfb9cf3bbd48022a757573af7e7c21e;hp=86c6f24f91c00ff9093d360bb54e8c54ef486468;hpb=07df61efbbfdc1195df1a1b64dfba9e15f7f3a5f;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 86c6f24..9ef159f 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,72 +1,75 @@ -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(); -?> +doctype(); ?> - - - headTitle('ZF2 Skeleton Application') ?> - - headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?> - - - headLink() ?> - - - headScript() ?> - - - - - -