diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-18 17:01:32 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-18 17:01:32 +0000 |
commit | 3bc901b173c0722dda973b282a3f104b6eb7c859 (patch) | |
tree | 13e2a743b0d70a2d44ada741807dc5bd0b21ab3a /view/theme/fancyred/php/theme.php | |
parent | d9194fdb5a6709eba8f47795dd5367d79ad0e367 (diff) | |
download | volse-hubzilla-3bc901b173c0722dda973b282a3f104b6eb7c859.tar.gz volse-hubzilla-3bc901b173c0722dda973b282a3f104b6eb7c859.tar.bz2 volse-hubzilla-3bc901b173c0722dda973b282a3f104b6eb7c859.zip |
Fancyred
Diffstat (limited to 'view/theme/fancyred/php/theme.php')
-rw-r--r-- | view/theme/fancyred/php/theme.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/fancyred/php/theme.php b/view/theme/fancyred/php/theme.php new file mode 100644 index 000000000..b77664567 --- /dev/null +++ b/view/theme/fancyred/php/theme.php @@ -0,0 +1,5 @@ +<?php + +function fancyred_init(&$a) { +// head_add_js('redbasic.js'); +} |