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