X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=ca045e24f79fd6d58be6ade241a1b18358aa7a33;hb=709825fa5a4a684beb5f484ba19e976543493f48;hp=8db92e8f34d09864e0df94b1c55905cdcd60e0e2;hpb=465b76128948d2c30285b9aba1dbc020e14a7d69;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 8db92e8..ca045e2 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,72 +1,52 @@ -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 IE9',)); - -echo $this->doctype(); -?> +doctype(); ?> - - - headTitle('ZF2 Skeleton Application') ?> - - headMeta() ?> - - - headLink() ?> - - - headScript() ?> - - - - - -