From b3ea8d74f70c107f1b85aae1b788585528128eae Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 25 Mar 2011 18:08:43 +0100 Subject: jquery wird von unserem Server geladen, nicht von google --- application/Bootstrap.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/Bootstrap.php') 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(' :: '); } -- cgit v1.2.3-55-g7522