diff options
Diffstat (limited to '')
-rw-r--r-- | themes/wipi/themeconf.inc.php (renamed from template/yoga/theme/wipi/themeconf.inc.php) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template/yoga/theme/wipi/themeconf.inc.php b/themes/wipi/themeconf.inc.php index 6644a7590..384e22769 100644 --- a/template/yoga/theme/wipi/themeconf.inc.php +++ b/themes/wipi/themeconf.inc.php @@ -1,11 +1,7 @@ <?php $themeconf = array( - 'template' => 'yoga', - 'theme' => 'wipi', - 'icon_dir' => 'template/yoga/icon', - 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', - 'local_head' => '', + 'theme' => 'wipi', + 'parent' => 'default', ); if ( !isset($lang['Theme: wipi']) ) { |