diff options
| author | Simon | 2011-03-25 18:08:43 +0100 |
|---|---|---|
| committer | Simon | 2011-03-25 18:08:43 +0100 |
| commit | b3ea8d74f70c107f1b85aae1b788585528128eae (patch) | |
| tree | 092fa61529558a1d03c12fbd7a4a40674df47361 /application/Bootstrap.php | |
| parent | Nicht Benötigte Tabellen, Models, Mapper und Dateien entfernt (diff) | |
| download | pbs2-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.php | 4 |
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(' :: '); } |
