aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme.php
blob: 3d69a7e2271f5c5c72fd93060e4946e367b3ab52 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

function redbasic_init(&$a) {
	if($a->config['system']['theme_engine'])
		$a->set_template_engine($a->config['system']['theme_engine']);
	else
		$a->set_template_engine('smarty3');
//	head_add_js('redbasic.js');
}