aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-09 19:09:55 -0700
committerfriendica <info@friendica.com>2012-08-09 19:09:55 -0700
commitf2a7fcf8220ef497c8f39f0c9ec3175757f53128 (patch)
tree5341c592ee54f231bb5268537ce345e831f50cb8 /view/php
parent0292d46e5de06529012ebb14ce934fb476d595d0 (diff)
downloadvolse-hubzilla-f2a7fcf8220ef497c8f39f0c9ec3175757f53128.tar.gz
volse-hubzilla-f2a7fcf8220ef497c8f39f0c9ec3175757f53128.tar.bz2
volse-hubzilla-f2a7fcf8220ef497c8f39f0c9ec3175757f53128.zip
more theme modularisation and css/js management
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
new file mode 100644
index 000000000..7a8f2d7a0
--- /dev/null
+++ b/view/php/theme_init.php
@@ -0,0 +1,26 @@
+<?php
+
+
+require_once('include/plugin.php');
+
+
+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/bin/jquery.slider.min.css');
+
+
+
+head_add_js('js/jquery.js');
+head_add_js('js/jquery.textinputsjs');
+head_add_js('js/fk.autocomplete.js');
+head_add_js('library/fancybox/jquery.fancybox-1.3.4.pack.js');
+head_add_js('library/jquery.timeago.js');
+head_add_js('library/jquery.divgrow/jquery.divgrow-1.3.1.js');
+head_add_js('library/tiptip/jquery/tipTip.minified.js');
+head_add_js('library/jgrowl/jquery.jgrowl_minimized.js');
+head_add_js('library/tinymce/jscripts/tiny_mce/tiny_mce_src.js');
+head_add_js('js/acl.js');
+head_add_js('js/webtoolkit.base64.js');
+head_add_js('js/main.js');
+head_add_js('library/jslider/bin/jquery.slider.min.js');