blob: 97ae985422d8b44767f225fde0d2b0206ff45972 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$themeconf = array(
'name' => 'default',
'icon_dir' => 'themes/default/icon',
'admin_icon_dir' => 'admin/themes/default/icon',
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
'colorscheme' => 'dark',
);
?>
|