aboutsummaryrefslogtreecommitdiffstats
path: root/template/public/yoga/theme/clear/themeconf.inc.php
blob: ef23e2d0e421a57212dbca6b6540f7e1e994f4da (plain)
1
2
3
4
5
6
7
8
9
<?php
$themeconf = array(
  'template' => 'yoga',
  'theme' => 'clear',
  'icon_dir' => 'template/public/yoga/icon',
  'admin_icon_dir' => 'template/public/yoga/icon/admin',
  'mime_icon_dir' => 'template/public/yoga/icon/mimetypes/'
);
?>