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