aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-23 16:17:55 -0700
committerfriendica <info@friendica.com>2013-03-23 16:17:55 -0700
commit0c5d7cbfaea2a39777f39e17303d4306caba3fa6 (patch)
tree07cec020f82c39ff7bad35d4330e549cefd132e7 /view/php
parentd9b51c6db54b21a7d0ded256acc4cf45a22b6f5f (diff)
parent43af9b14295006ac7004406000690bd39b4de35e (diff)
downloadvolse-hubzilla-0c5d7cbfaea2a39777f39e17303d4306caba3fa6.tar.gz
volse-hubzilla-0c5d7cbfaea2a39777f39e17303d4306caba3fa6.tar.bz2
volse-hubzilla-0c5d7cbfaea2a39777f39e17303d4306caba3fa6.zip
Merge pull request #42 from beardy-unixer/master
Use prettyPhoto for photo albums
Diffstat (limited to 'view/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 538e834d0..3ed85ccf1 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_js('js/jquery.js');
head_add_js('js/jquery.textinputs.js');
@@ -24,3 +25,4 @@ 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/prettyphoto/js/jquery.prettyPhoto.js');