diff options
Diffstat (limited to '')
-rw-r--r-- | themes/clear/themeconf.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/clear/themeconf.inc.php b/themes/clear/themeconf.inc.php index f7387c2f7..df9aaf73f 100644 --- a/themes/clear/themeconf.inc.php +++ b/themes/clear/themeconf.inc.php @@ -10,5 +10,6 @@ Author URI: http://piwigo.org $themeconf = array( 'name' => 'clear', 'parent' => 'default', + 'colorscheme' => 'clear', ); ?> |