blob: 3bd69eddda2fb7f2bbb0ceb1d4190368502df0b6 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$themeconf = array(
'name' => 'default',
'icon_dir' => 'themes/default/icon',
'img_dir' => 'themes/default/images',
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
'local_head' => 'local_head.tpl',
);
?>
|