This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/theme/redbasic/php/theme.php
2013-01-06 22:00:31 -08:00

10 lines
221 B
PHP

<?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');
}