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/fancyred/php/theme.php
2013-01-06 15:57:11 -07:00

7 lines
107 B
PHP

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