fix plugin and them toggles for the colourblind, add theme info block and recent screenshot to redbasic

This commit is contained in:
friendica
2013-11-18 18:37:38 -08:00
parent dc6cd8a701
commit ed129f19b0
6 changed files with 15 additions and 4 deletions

View File

@@ -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
);