aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/themeconf.inc.php
blob: 9a6b8fe421804eb1478443d2ecac8f4a11093656 (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/',
  'local_head'     => 'local_head.tpl',
);
?>