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(); ?> headTitle('ZF2 Skeleton Application') ?> headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?> headLink() ?> headScript() ?>
content; ?>