aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-09-11 18:45:22 +1000
committerRedMatrix <info@friendica.com>2014-09-11 18:45:22 +1000
commit46fd0ef5ba206c1504f353617b31904b8f173e82 (patch)
tree311afb757625dcdb813bda529fb4eb86791e1701 /view/php/theme_init.php
parent8bf4b5e7768c13d89e8080aeb7baef38b09b5ca8 (diff)
parent3caee72aee3d5008f954e3ccf1dc2b61fedf23d8 (diff)
downloadvolse-hubzilla-46fd0ef5ba206c1504f353617b31904b8f173e82.tar.gz
volse-hubzilla-46fd0ef5ba206c1504f353617b31904b8f173e82.tar.bz2
volse-hubzilla-46fd0ef5ba206c1504f353617b31904b8f173e82.zip
Merge pull request #587 from git-marijus/master
try once more :)
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 45eb2fc1d..36504ec54 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -10,10 +10,13 @@ head_add_css('library/colorbox/colorbox.css');
head_add_css('view/css/conversation.css');
head_add_css('view/css/widgets.css');
+head_add_css('library/justifiedGallery/dist/css/justifiedGallery.css');
head_add_js('jquery.js');
head_add_js('jquery-migrate-1.1.1.js');
+head_add_js('library/justifiedGallery/dist/js/jquery.justifiedGallery.js');
+
//head_add_js('jquery-compat.js');
head_add_js('spin.js');
head_add_js('jquery.spin.js');