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

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