aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/themeconf.inc.php
blob: ac6b40b8af9ca7b427a53a6920f0d4a98a452efe (plain)
1
2
3
4
5
6
7
8
<?php
$themeconf = array(
  'name'          => 'default',
  'icon_dir'       => 'themes/default/icon',
  'admin_icon_dir' => 'admin/themes/default/icon',
  'mime_icon_dir'  => 'themes/default/icon/mimetypes/',
);
?>