aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark/themeconf.inc.php
blob: 48ed9577ce5dfcc68a20db0253192e8b23b05582 (plain)
1
2
3
4
5
6
<?php
$themeconf = array(
  'theme'  => 'dark',
  'parent' => 'default',
);
?>