streams/view/theme/redbasic/php/theme.php

7 lines
107 B
PHP
Raw Normal View History

<?php
2011-12-02 00:33:53 +00:00
2012-11-07 22:09:51 +00:00
function redbasic_init(&$a) {
2013-01-06 21:42:51 +00:00
$a->set_template_engine('smarty3');
// head_add_js('redbasic.js');
2012-04-08 12:52:00 +00:00
}