diff options
author | friendica <info@friendica.com> | 2013-05-07 00:41:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-07 00:41:00 -0700 |
commit | b8569cc27eca1beb684d85fa776e03cf629e78d5 (patch) | |
tree | f0d37e459ccc43918cfddc92138341b7da11f784 /view/php | |
parent | 027f932ff53d0bd42ba8bb805660a332fc2910a9 (diff) | |
download | volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.tar.gz volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.tar.bz2 volse-hubzilla-b8569cc27eca1beb684d85fa776e03cf629e78d5.zip |
fix prettyphoto path
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 2 |
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'); |