aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorEvan Winslow <evan.b.winslow@gmail.com>2010-06-24 21:08:55 +0000
committerEvan Winslow <evan.b.winslow@gmail.com>2010-06-24 21:08:55 +0000
commitf9bebb9bf5580d922cca3715ef852cd28c12ff5c (patch)
treed3b83eabbf16046a5f1b8915dc2f8d1ce7f3a5f1 /start.php
parent1f8af59dc552d1a825d3575bff8e7ed403d125ba (diff)
downloadelgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.gz
elgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.bz2
Added IE support to html5 plugin
Diffstat (limited to 'start.php')
-rw-r--r--start.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/start.php b/start.php
index 6fd199e66..6598fd887 100644
--- a/start.php
+++ b/start.php
@@ -1 +1,12 @@
<?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_view_register_simplecache('html5/css');
+} \ No newline at end of file