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