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