aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-18 18:37:38 -0800
committerfriendica <info@friendica.com>2013-11-18 18:37:38 -0800
commited129f19b01f4f8f34129e297f93c9926e36548a (patch)
treee6dff694123c74dd903da95ae6170ba29d5c479d /include/plugin.php
parentdc6cd8a701f2225070bf6c37833279768f1a3b10 (diff)
downloadvolse-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/plugin.php')
-rwxr-xr-xinclude/plugin.php4
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
);