blob: 36352b2b2f72e8435148a3eef0c228f7b7183918 (
plain)
1
2
3
4
5
6
7
8
|
<?php
$themeconf = array(
'theme' => 'default',
'icon_dir' => 'themes/default/icon',
'admin_icon_dir' => 'admin/themes/default/icon',
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
);
?>
|