diff options
author | friendica <info@friendica.com> | 2013-03-23 16:18:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-23 16:18:16 -0700 |
commit | 85d1300889de4ecbef022629228390ab90cdfc2a (patch) | |
tree | aaafad8d8b94a72403d77b58246075416a0c1053 /view/php/theme_init.php | |
parent | ab4058eb1ab977b5d4d572d609f86bc888c92c63 (diff) | |
parent | 0c5d7cbfaea2a39777f39e17303d4306caba3fa6 (diff) | |
download | volse-hubzilla-85d1300889de4ecbef022629228390ab90cdfc2a.tar.gz volse-hubzilla-85d1300889de4ecbef022629228390ab90cdfc2a.tar.bz2 volse-hubzilla-85d1300889de4ecbef022629228390ab90cdfc2a.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 538e834d0..3ed85ccf1 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -8,6 +8,7 @@ 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/jslider/css/jslider.css'); +head_add_css('library/prettyphoto/css/prettyPhoto.css'); head_add_js('js/jquery.js'); head_add_js('js/jquery.textinputs.js'); @@ -24,3 +25,4 @@ 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'); |