From 0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 10 Sep 2023 08:00:18 +0000 Subject: theme fixes to make a barebones theme work slightly better --- view/php/theme_init.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/php') 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'); -- cgit v1.2.3 From 9e42be988408e0b4c7cff57c3923c73f6756e861 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 13 Sep 2023 15:51:10 +0000 Subject: theme fixes --- view/php/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/php') diff --git a/view/php/default.php b/view/php/default.php index f0699090a..8d2c092a3 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -24,7 +24,7 @@
- +
-- cgit v1.2.3