From: Evan Winslow Date: Fri, 2 Jul 2010 09:47:48 +0000 (+0000) Subject: Forgot to bootstrap the html5_init function! X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bd0fb6d30186d70105a4df10f4dbb1a86f3f6952;p=lorea%2Felgg.git Forgot to bootstrap the html5_init function! --- 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');