aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-10 08:00:18 +0000
committerMario <mario@mariovavti.com>2023-09-10 08:00:18 +0000
commit0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (patch)
treec091dfac3e1b5743bb50a7bf7165ae226e0543b8 /view/php
parenta88236b36fc9828e6dccbbc044aa37b2f7b46581 (diff)
downloadvolse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.gz
volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.bz2
volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.zip
theme fixes to make a barebones theme work slightly better
Diffstat (limited to 'view/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 4aa695aeb..b08651689 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -10,8 +10,11 @@ head_add_css('/view/css/conversation.css');
head_add_css('/view/css/widgets.css');
head_add_css('/view/css/colorbox.css');
head_add_css('/library/justifiedGallery/justifiedGallery.min.css');
+head_add_css('/library/datetimepicker/jquery.datetimepicker.css');
head_add_js('jquery.js');
+head_add_js('/library/datetimepicker/jquery.datetimepicker.js');
+
head_add_js('/library/justifiedGallery/jquery.justifiedGallery.min.js');
head_add_js('/library/sprintf.js/dist/sprintf.min.js');