2010-03-13 00:00:52 +00:00
|
|
|
<?php
|
|
|
|
$themeconf = array(
|
2010-03-18 18:40:00 +00:00
|
|
|
'name' => 'default',
|
2010-03-13 00:00:52 +00:00
|
|
|
'icon_dir' => 'themes/default/icon',
|
|
|
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
2010-04-29 19:40:10 +00:00
|
|
|
'local_head' => 'local_head.tpl',
|
2010-03-13 00:00:52 +00:00
|
|
|
);
|
|
|
|
?>
|