aboutsummaryrefslogtreecommitdiff
path: root/start.php
blob: 6598fd887f2cf5cb6eea8f0f864be7f14eb53024 (plain)
1
2
3
4
5
6
7
8
9
10
11
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');
}