aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-12-22 14:21:57 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-12-22 14:21:57 +0100
commit25a533bd72c34e9775af71c010a39db6caf7b633 (patch)
tree2b9aa40233162b813ccec6c4caa28d380c7fcabd /view/php/theme_init.php
parent18defb2984db8447a43de6bcffb3bdc5e596a8e0 (diff)
downloadvolse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.tar.gz
volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.tar.bz2
volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.zip
New modal dialog for item expiry
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index f2f0af5f1..da64ce08e 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -10,7 +10,12 @@ 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_css('library/colorbox/colorbox.css');
+
// head_add_css('library/font_awesome/css/font-awesome.min.css');
+head_add_css('view/css/conversation.css');
+head_add_css('view/css/bootstrap-red.css');
+head_add_css('view/css/widgets.css');
+head_add_css('library/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css');
head_add_js('js/jquery.js');
head_add_js('library/bootstrap/js/bootstrap.min.js');
@@ -40,7 +45,8 @@ head_add_js('library/jslider/bin/jquery.slider.min.js');
head_add_js('docready.js');
head_add_js('library/prettyphoto/js/jquery.prettyPhoto.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');
-
+head_add_js('library/bootstrap-datetimepicker/js/moment.js');
+head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js');
/**
* Those who require this feature will know what to do with it.
* Those who don't, won't.