diff options
Diffstat (limited to 'include/plugin.php')
-rw-r--r-- | include/plugin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index 5b041f228..95c9882d0 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -742,7 +742,9 @@ function get_theme_info($theme){ 'credits' => '', 'maintainer' => array(), 'experimental' => false, - 'unsupported' => false + 'unsupported' => false, + 'theme_color' => '', + 'background_color' => '' ); if(file_exists("view/theme/$theme/experimental")) |