diff options
author | friendica <info@friendica.com> | 2013-04-26 15:03:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-26 15:03:52 -0700 |
commit | 24492f271bec58d5fe0ec6a1b7c118ad85645f4b (patch) | |
tree | 1e2de62ff61abfb8e90db26442bd85252fcb0af2 /view/php | |
parent | 72e83f69bc3afe3646b423a19f11c99d03e3b66a (diff) | |
parent | 2f43553542ff5bd267dafc441b267343f2b0cf4d (diff) | |
download | volse-hubzilla-24492f271bec58d5fe0ec6a1b7c118ad85645f4b.tar.gz volse-hubzilla-24492f271bec58d5fe0ec6a1b7c118ad85645f4b.tar.bz2 volse-hubzilla-24492f271bec58d5fe0ec6a1b7c118ad85645f4b.zip |
Merge pull request #49 from beardy-unixer/master
Add colorbox
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 59f2ff0cc..2738daf75 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -9,6 +9,7 @@ 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_css('library/colorbox/colorbox.css'); head_add_js('js/jquery.js'); head_add_js('js/jquery-migrate-1.1.1.js'); @@ -26,4 +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/prettyphoto/js/jquery.prettyPhoto.js'); +head_add_js('library/colorbox/js/jquery.prettyPhoto.js'); +head_add_js('library/colorbox/jquery.colorbox-min.js'); |