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