From 0f9439ca9131a01844f5df8c37af1c51f07e376a Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Mar 2011 12:34:15 +0100 Subject: styles hinzugefügt --- application/Bootstrap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'application/Bootstrap.php') diff --git a/application/Bootstrap.php b/application/Bootstrap.php index 654499e..c286ad1 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -11,8 +11,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap $this->bootstrap('View'); $view = $this->getResource('View'); $view->doctype('XHTML1_STRICT'); - $view->headTitle('pbs2') - ->setSeparator(' :: '); + } function _initViewHelpers() { @@ -22,9 +21,10 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap $view->doctype('XHTML1_STRICT'); $view->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8'); - $view->headLink()->appendStylesheet('/media/css/styles.css'); + $view->headLink()->appendStylesheet('/media/css/style.css'); $view->headTitle()->setSeparator(' - '); - $view->headTitle('pbs²'); + $view->headTitle('pbs²') + ->setSeparator(' :: '); } } function print_a(){ -- cgit v1.2.3-55-g7522