diff options
Diffstat (limited to 'view/theme/fancyred/php/theme.php')
-rw-r--r-- | view/theme/fancyred/php/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/fancyred/php/theme.php b/view/theme/fancyred/php/theme.php index b77664567..1ac6d4d21 100644 --- a/view/theme/fancyred/php/theme.php +++ b/view/theme/fancyred/php/theme.php @@ -1,5 +1,6 @@ <?php function fancyred_init(&$a) { + $a->set_template_engine('smarty3'); // head_add_js('redbasic.js'); } |