diff options
Diffstat (limited to 'app/App_FrontController.php')
| -rw-r--r-- | app/App_FrontController.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/App_FrontController.php b/app/App_FrontController.php index bffe80ea3..5a1009436 100644 --- a/app/App_FrontController.php +++ b/app/App_FrontController.php @@ -13,6 +13,10 @@ class App_FrontController extends FrontController { Session::init (); View::prependStyle (Url::display ('/theme/base.css')); + View::appendScript (Url::display ('/scripts/jquery.js')); + View::appendScript (Url::display ('/scripts/smoothscroll.js')); + View::appendScript (Url::display ('/scripts/shortcut.js')); + View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'main'))); View::_param ('conf', Session::param ('conf', new RSSConfiguration ())); } |
