From 25d2484dc7d4682802813006580730a6889dc337 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 6 Mar 2011 20:30:46 +0100 Subject: bootstrap für benutzung von globalem css vorbereitet --- application/Bootstrap.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'application/Bootstrap.php') diff --git a/application/Bootstrap.php b/application/Bootstrap.php index a836253..224ffcb 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -7,6 +7,13 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap $auth = Zend_Auth::getInstance(); $auth->setStorage(new Zend_Auth_Storage_Session('auth')); } + protected function _initDocType(){ + $this->bootstrap('View'); + $view = $this->getResource('View'); + $view->doctype('XHTML1_STRICT'); + $view->headTitle('pbs2') + ->setSeparator(' :: '); + } } function print_a(){ $numargs = func_num_args(); -- cgit v1.2.3-55-g7522