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