diff options
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/themeconf.inc.php (renamed from admin/template/wigo/theme/roma/themeconf.inc.php) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/wigo/theme/roma/themeconf.inc.php b/admin/template/goto/theme/roma/themeconf.inc.php index 00c86776d..690e3e4b9 100644 --- a/admin/template/wigo/theme/roma/themeconf.inc.php +++ b/admin/template/goto/theme/roma/themeconf.inc.php @@ -48,10 +48,10 @@ function selected_admin_menu() } $themeconf = array( - 'template' => 'wigo', - 'theme' => 'roma', + 'template' => 'goto', /* Goto Admin template */ + 'theme' => 'roma', /* "roma" is the foundation theme of Piwigo */ 'icon_dir' => 'template/yoga/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', + 'admin_icon_dir' => 'admin/template/goto/icon', 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 'selected_admin_menu' => selected_admin_menu(), 'local_head' => '', |