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 /include | |
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 'include')
-rwxr-xr-x | include/plugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plugin.php b/include/plugin.php index ea88a61df..d90434b3a 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -298,10 +298,10 @@ function get_theme_info($theme){ 'name' => $theme, 'description' => "", 'author' => array(), - 'maintainer' => array(), 'version' => "", - 'credits' => "", 'compat' => "", + 'credits' => "", + 'maintainer' => array(), 'experimental' => false, 'unsupported' => false ); |