From b8569cc27eca1beb684d85fa776e03cf629e78d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 7 May 2013 00:41:00 -0700 Subject: fix prettyphoto path --- view/php/theme_init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') 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'); -- cgit v1.2.3