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