summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index 45d1be4..865898b 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -48,6 +48,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/style.css');
+ $view->headLink()->appendStylesheet('/media/css/jquery-ui.css');
+ #$this->headScript()->appendFile('/media/js/jquery.min.js');
+ #$this->headScript()->appendFile('/media/js/jquery-ui.min.js');
+
$view->headTitle('pbs²')
->setSeparator(' :: ');
}