diff options
| author | Simon | 2011-03-09 12:34:15 +0100 |
|---|---|---|
| committer | Simon | 2011-03-09 12:34:15 +0100 |
| commit | 0f9439ca9131a01844f5df8c37af1c51f07e376a (patch) | |
| tree | bd075afff5fa4c20db54e7c9a443e0d2b5f93e61 /application/Bootstrap.php | |
| parent | Merge gefixxt (diff) | |
| download | pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.tar.gz pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.tar.xz pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.zip | |
styles hinzugefügt
Diffstat (limited to 'application/Bootstrap.php')
| -rw-r--r-- | application/Bootstrap.php | 8 |
1 files changed, 4 insertions, 4 deletions
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(){ |
