aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/themeconf.inc.php
blob: 7d759f14e0037660c2d1a858f4e9a940065f9864 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$themeconf = array(
  'name'         => 'default',
  'icon_dir'      => 'themes/default/icon',
  'img_dir'      => 'themes/default/images',
  'loading_img'      => 'themes/default/images/359_s.png',
  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
  'local_head'    => 'local_head.tpl',
);
?>