diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-05 19:49:15 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-05 19:49:20 +0100 |
commit | b320b8cbf35e84df76e236a7bc2cbd53047e4654 (patch) | |
tree | 5cbbc8c251d10c7e26dc9fd0b30d3cd3d982c914 /view/php | |
parent | c9f26c8b7bb6b9e687ce38ae39d399e6f2173a70 (diff) | |
download | volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.gz volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.tar.bz2 volse-hubzilla-b320b8cbf35e84df76e236a7bc2cbd53047e4654.zip |
Replace fancybox with colorbox
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 5987835ac..93a07ed5f 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -2,7 +2,6 @@ require_once('include/plugin.php'); -head_add_css('library/fancybox/jquery.fancybox-1.3.4.css'); head_add_css('library/tiptip/tipTip.css'); head_add_css('library/jgrowl/jquery.jgrowl.css'); head_add_css('library/jRange/jquery.range.css'); @@ -23,7 +22,7 @@ head_add_js('jquery.spin.js'); head_add_js('jquery.textinputs.js'); head_add_js('autocomplete.js'); head_add_js('library/jquery-textcomplete/jquery.textcomplete.js'); -head_add_js('library/fancybox/jquery.fancybox-1.3.4.js'); +head_add_js('library/colorbox/jquery.colorbox.js'); head_add_js('library/jquery.timeago.js'); head_add_js('library/readmore.js/readmore.js'); head_add_js('library/jquery_ac/friendica.complete.js'); |