aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-03-23 21:17:44 +0000
committerThomas Willingham <founder@kakste.com>2013-03-23 21:17:44 +0000
commit4b6bc77977eb64eb9f41126fdccec65008f37854 (patch)
tree9cb082da9171fe9f1a614398b231e8edeb0a8b56 /view/php
parent2dafe2952d59bac37a2eeb104c8c49132a327785 (diff)
downloadvolse-hubzilla-4b6bc77977eb64eb9f41126fdccec65008f37854.tar.gz
volse-hubzilla-4b6bc77977eb64eb9f41126fdccec65008f37854.tar.bz2
volse-hubzilla-4b6bc77977eb64eb9f41126fdccec65008f37854.zip
Implement prettyPhoto (somewhat).
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');