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