aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme.php
blob: 52e571f0a63ac6f971fe199e7b45ce32028fee5d (plain) (blame)
1
2
3
4
5
6
<?php

function redbasic_init(&$a) {
	$a->set_template_engine('smarty3');
//	head_add_js('redbasic.js');
}