8 lines
201 B
PHP
8 lines
201 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'default',
|
|
'icon_dir' => 'themes/default/icon',
|
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
|
'local_head' => 'local_head.tpl',
|
|
);
|
|
?>
|