aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-07 00:41:00 -0700
committerfriendica <info@friendica.com>2013-05-07 00:41:00 -0700
commitb8569cc27eca1beb684d85fa776e03cf629e78d5 (patch)
treef0d37e459ccc43918cfddc92138341b7da11f784 /view
parent027f932ff53d0bd42ba8bb805660a332fc2910a9 (diff)
downloadvolse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.tar.gz
volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.tar.bz2
volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.zip
fix prettyphoto path
Diffstat (limited to 'view')
-rw-r--r--view/php/theme_init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 2738daf75..44ade61d7 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -27,5 +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/prettyphoto/js/jquery.prettyPhoto.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');