diff options
Diffstat (limited to 'themes/clear/themeconf.inc.php')
-rw-r--r-- | themes/clear/themeconf.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clear/themeconf.inc.php b/themes/clear/themeconf.inc.php index 771a5be7b..1ce4817e9 100644 --- a/themes/clear/themeconf.inc.php +++ b/themes/clear/themeconf.inc.php @@ -1,6 +1,6 @@ <?php $themeconf = array( - 'theme' => 'clear', + 'name' => 'clear', 'parent' => 'default', ); ?> |