summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 16:11:49 +0200
committerBjörn Geiger2011-09-08 16:11:49 +0200
commitdd61de06039dbf90bd97c3226544f6b31a1400fe (patch)
treef06b7ff3a03d642391fc72d958d652f732720946 /application
parentkleine Korrektur (diff)
downloadpoolctrl-dd61de06039dbf90bd97c3226544f6b31a1400fe.tar.gz
poolctrl-dd61de06039dbf90bd97c3226544f6b31a1400fe.tar.xz
poolctrl-dd61de06039dbf90bd97c3226544f6b31a1400fe.zip
verschiedenes
Diffstat (limited to 'application')
-rw-r--r--application/Bootstrap.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index 0f62350..6a13af5 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -51,15 +51,16 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
$this->bootstrap('layout');
-
+
$layout = $this->getResource('layout');
$view = $layout->getView();
$view->doctype('XHTML1_STRICT');
$view->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8');
$view->headLink()->appendStylesheet('/media/css/jquery-ui-1.8.16.custom.css');
$view->headLink()->appendStylesheet('/media/css/jquery-ui-timepicker.css');
+ $view->headLink()->appendStylesheet('/media/css/fullcalendar.css');
$view->headLink()->appendStylesheet('/media/css/style.css');
-
+
$view->headTitle('poolctrl')
->setSeparator(' :: ');
Zend_Registry::set('dateformat' , 'Y-m-d H:i:s');