This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/view/theme/redbasic/php/theme.php
2013-01-06 15:57:11 -07:00

7 lines
107 B
PHP

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