aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear/themeconf.inc.php
blob: 4b6ccff4709924ae4aca18d7e9d8ada747d3f382 (plain)
1
2
3
4
5
6
7
8
<?php
$themeconf = array(
  'name'    => 'clear',
  'parent'   => 'default',
  'admin_icon_dir' => 'admin/themes/clear/icon',
  'colorscheme' => 'clear',
);
?>