From: Goram Date: Thu, 6 Sep 2012 08:12:02 +0000 (+0300) Subject: Update module/Application/view/layout/layout.phtml X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=1165488b2161a508c2afec6ea2cb1a1a0d792c4a Update module/Application/view/layout/layout.phtml Changed 2 spaces to 4. --- diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index d5af45f..52285ec 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,57 +1,47 @@ doctype(); ?> - - - 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') ?> - - - headScript()->prependFile($this->basePath() . '/js/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',)) - ->prependFile($this->basePath() . '/js/jquery-1.7.2.min.js') ?> - - - - - -