aboutsummaryrefslogtreecommitdiff
path: root/start.php
blob: 9b442a2430246ddc8706a88273191e7987df8542 (plain)
1
2
3
4
5
6
7
8
9
<?php

function html5_init() {
	elgg_extend_view('css', 'html5/css');
	
	elgg_extend_view('js/initialise_elgg', 'js/html5');
}

register_elgg_event_handler('init', 'system', 'html5_init');