X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fview%2Flayout%2Flayout.phtml;h=ca045e24f79fd6d58be6ade241a1b18358aa7a33;hb=709825fa5a4a684beb5f484ba19e976543493f48;hp=1831fbbb5e156ed52c35805f818972c67a82c124;hpb=0974fe00ef73e1e69119f8a69211469f1f923ab6;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 1831fbb..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() ?> - - - - - -