aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php')
-rw-r--r--view/php/mod_zentity.php3
-rw-r--r--view/php/theme_init.php4
2 files changed, 5 insertions, 2 deletions
diff --git a/view/php/mod_zentity.php b/view/php/mod_zentity.php
new file mode 100644
index 000000000..e7709cbd8
--- /dev/null
+++ b/view/php/mod_zentity.php
@@ -0,0 +1,3 @@
+<?php
+
+$a->page['template'] = 'full';
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 7a8f2d7a0..cadc9e9c8 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -12,12 +12,12 @@ 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/jquery.textinputs.js');
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/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');