summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authorSimon2011-03-25 18:08:43 +0100
committerSimon2011-03-25 18:08:43 +0100
commitb3ea8d74f70c107f1b85aae1b788585528128eae (patch)
tree092fa61529558a1d03c12fbd7a4a40674df47361 /application/Bootstrap.php
parentNicht Benötigte Tabellen, Models, Mapper und Dateien entfernt (diff)
downloadpbs2-b3ea8d74f70c107f1b85aae1b788585528128eae.tar.gz
pbs2-b3ea8d74f70c107f1b85aae1b788585528128eae.tar.xz
pbs2-b3ea8d74f70c107f1b85aae1b788585528128eae.zip
jquery wird von unserem Server geladen, nicht von google
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(' :: ');
}