11 lines
327 B
PHP
11 lines
327 B
PHP
<?php
|
|
$themeconf = array(
|
|
'template' => 'yoga',
|
|
'theme' => 'wipi',
|
|
'template_dir' => 'template/yoga',
|
|
'icon_dir' => 'template/yoga/icon',
|
|
'admin_icon_dir' => 'template/yoga/icon/admin',
|
|
'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
|
|
'local_head' => '<!-- no theme specific head content -->'
|
|
);
|
|
?>
|