diff options
author | Thomas Willingham <founder@kakste.com> | 2013-04-26 22:45:20 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-04-26 22:45:20 +0100 |
commit | 6383203ebc04c41c069442bffe4c3aa7fcb4caf9 (patch) | |
tree | ce46062e603316f84f3f310b2cf18d7bd04661ea | |
parent | 60721f4292bb90ffb34e3416ed73fdb451adbecb (diff) | |
download | volse-hubzilla-6383203ebc04c41c069442bffe4c3aa7fcb4caf9.tar.gz volse-hubzilla-6383203ebc04c41c069442bffe4c3aa7fcb4caf9.tar.bz2 volse-hubzilla-6383203ebc04c41c069442bffe4c3aa7fcb4caf9.zip |
Stupid mistake
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 055e3e91b..2738daf75 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -8,6 +8,7 @@ head_add_css('library/fancybox/jquery.fancybox-1.3.4.css'); head_add_css('library/tiptip/tipTip.css'); head_add_css('library/jgrowl/jquery.jgrowl.css'); head_add_css('library/jslider/css/jslider.css'); +head_add_css('library/prettyphoto/css/prettyPhoto.css'); head_add_css('library/colorbox/colorbox.css'); head_add_js('js/jquery.js'); @@ -26,4 +27,5 @@ head_add_js('js/webtoolkit.base64.js'); head_add_js('js/main.js'); head_add_js('library/jslider/bin/jquery.slider.min.js'); head_add_js('docready.js'); +head_add_js('library/colorbox/js/jquery.prettyPhoto.js'); head_add_js('library/colorbox/jquery.colorbox-min.js'); |