diff options
Diffstat (limited to 'template/yoga/theme/wipi/themeconf.inc.php')
-rw-r--r-- | template/yoga/theme/wipi/themeconf.inc.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/template/yoga/theme/wipi/themeconf.inc.php b/template/yoga/theme/wipi/themeconf.inc.php deleted file mode 100644 index 6644a7590..000000000 --- a/template/yoga/theme/wipi/themeconf.inc.php +++ /dev/null @@ -1,15 +0,0 @@ -<?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' => '', -); -if ( !isset($lang['Theme: wipi']) ) -{ - $lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' . - ' on yoga template, a standard template/theme of PhpWebgallery.'; -} -?> |