aboutsummaryrefslogtreecommitdiffstats
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
parent027f932ff53d0bd42ba8bb805660a332fc2910a9 (diff)
downloadvolse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.tar.gz
volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.tar.bz2
volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.zip
fix prettyphoto path
-rw-r--r--version.inc2
-rw-r--r--view/php/theme_init.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc
index 9148be8fe..4dc83065c 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-05-06.305
+2013-05-07.306
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');