aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/start.php b/start.php
index 44e4be096..9b442a243 100644
--- a/start.php
+++ b/start.php
@@ -1,13 +1,9 @@
<?php
function html5_init() {
-
- //This script must appear before any styles
- elgg_extend_view('head/metas', 'scripts/html5', 1);
-
elgg_extend_view('css', 'html5/css');
- elgg_view_register_simplecache('scripts/html5');
+ elgg_extend_view('js/initialise_elgg', 'js/html5');
}
register_elgg_event_handler('init', 'system', 'html5_init');