diff --git a/application/Bootstrap.php b/application/Bootstrap.php index a63c75870..084d37bb9 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -101,7 +101,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap $autoloader->registerNamespace('ZFDebug'); $options = array( - 'jquery_path' => null, + 'jquery_path' => '/themes/default/scripts/jquery.js', 'plugins' => array( 'Variables', 'File' => array('base_path' => APPLICATION_PATH . '../' ),