summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authormichael pereira2011-03-09 12:45:34 +0100
committermichael pereira2011-03-09 12:45:34 +0100
commit84bf8e8f2b85de4b071472f506a972495ac5499f (patch)
treeba317abe65cb4a2dbc3a67be695d0eb30a1c2fcc /application/Bootstrap.php
parenthtaccess (diff)
parentFehler in BootosController (diff)
downloadpbs2-84bf8e8f2b85de4b071472f506a972495ac5499f.tar.gz
pbs2-84bf8e8f2b85de4b071472f506a972495ac5499f.tar.xz
pbs2-84bf8e8f2b85de4b071472f506a972495ac5499f.zip
htaccess
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php8
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(){