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