diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:30:47 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:30:47 +0000 |
commit | f95684c881a8bf0832f01ddc778844a6cb81cfbd (patch) | |
tree | 07e67ea788b0ef2fc7ec71c23a3f75e257a587af /view/theme/fancyred/php/theme.php | |
parent | 0e9cf839d69f3e6039ec86f97b52174be9022ec5 (diff) | |
download | volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.tar.gz volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.tar.bz2 volse-hubzilla-f95684c881a8bf0832f01ddc778844a6cb81cfbd.zip |
PCSS Redbasic
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'); -} |