aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorEvan Winslow <evan.b.winslow@gmail.com>2010-07-02 09:47:48 +0000
committerEvan Winslow <evan.b.winslow@gmail.com>2010-07-02 09:47:48 +0000
commitbd0fb6d30186d70105a4df10f4dbb1a86f3f6952 (patch)
tree5542e8661a62d6559a8a39eb7f95364618ad207e /start.php
parent0945a838dffa647b16eb1e9e7a4ad212eb4aa8c1 (diff)
downloadelgg-bd0fb6d30186d70105a4df10f4dbb1a86f3f6952.tar.gz
elgg-bd0fb6d30186d70105a4df10f4dbb1a86f3f6952.tar.bz2
Forgot to bootstrap the html5_init function!
Diffstat (limited to 'start.php')
-rw-r--r--start.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/start.php b/start.php
index 6598fd887..44e4be096 100644
--- a/start.php
+++ b/start.php
@@ -8,5 +8,6 @@ function html5_init() {
elgg_extend_view('css', 'html5/css');
elgg_view_register_simplecache('scripts/html5');
- elgg_view_register_simplecache('html5/css');
-} \ No newline at end of file
+}
+
+register_elgg_event_handler('init', 'system', 'html5_init');