aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-04-26 22:45:20 +0100
committerThomas Willingham <founder@kakste.com>2013-04-26 22:45:20 +0100
commit6383203ebc04c41c069442bffe4c3aa7fcb4caf9 (patch)
treece46062e603316f84f3f310b2cf18d7bd04661ea /view/php/theme_init.php
parent60721f4292bb90ffb34e3416ed73fdb451adbecb (diff)
downloadvolse-hubzilla-6383203ebc04c41c069442bffe4c3aa7fcb4caf9.tar.gz
volse-hubzilla-6383203ebc04c41c069442bffe4c3aa7fcb4caf9.tar.bz2
volse-hubzilla-6383203ebc04c41c069442bffe4c3aa7fcb4caf9.zip
Stupid mistake
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php2
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');