diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-07-02 09:47:48 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-07-02 09:47:48 +0000 |
commit | bd0fb6d30186d70105a4df10f4dbb1a86f3f6952 (patch) | |
tree | 5542e8661a62d6559a8a39eb7f95364618ad207e /start.php | |
parent | 0945a838dffa647b16eb1e9e7a4ad212eb4aa8c1 (diff) | |
download | elgg-bd0fb6d30186d70105a4df10f4dbb1a86f3f6952.tar.gz elgg-bd0fb6d30186d70105a4df10f4dbb1a86f3f6952.tar.bz2 |
Forgot to bootstrap the html5_init function!
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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');
|