diff options
author | friendica <info@friendica.com> | 2013-02-20 15:20:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-20 15:20:39 -0800 |
commit | f01f390a2e4bef735ea85b52ec9941fef9a2b7fe (patch) | |
tree | 45ad4d3cc241348a7f9cd2f016abcb47b71a032d /view/theme/fancyred/php/theme.php | |
parent | 130cad8cd8ad76efae0ef9d061ed546b160eaceb (diff) | |
parent | 21317ee953c68b1888e801f8728f5e7a606f6286 (diff) | |
download | volse-hubzilla-f01f390a2e4bef735ea85b52ec9941fef9a2b7fe.tar.gz volse-hubzilla-f01f390a2e4bef735ea85b52ec9941fef9a2b7fe.tar.bz2 volse-hubzilla-f01f390a2e4bef735ea85b52ec9941fef9a2b7fe.zip |
Merge pull request #29 from beardy-unixer/master
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'); -} |