diff options
author | friendica <info@friendica.com> | 2013-11-18 18:37:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-18 18:37:38 -0800 |
commit | ed129f19b01f4f8f34129e297f93c9926e36548a (patch) | |
tree | e6dff694123c74dd903da95ae6170ba29d5c479d /view/theme/redbasic/php | |
parent | dc6cd8a701f2225070bf6c37833279768f1a3b10 (diff) | |
download | volse-hubzilla-ed129f19b01f4f8f34129e297f93c9926e36548a.tar.gz volse-hubzilla-ed129f19b01f4f8f34129e297f93c9926e36548a.tar.bz2 volse-hubzilla-ed129f19b01f4f8f34129e297f93c9926e36548a.zip |
fix plugin and them toggles for the colourblind, add theme info block and recent screenshot to redbasic
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/theme.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index ca280ef6a..e68533bb4 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -1,5 +1,15 @@ <?php +/** + * * Name: Redbasic + * * Description: RedMatrix standard theme + * * Version: 1.0 + * * Author: Fabrixxm + * * Maintainer: Mike Macgirvin + * * Compat: Red [*] + * + */ + function redbasic_init(&$a) { } |