Files
2006-06-19 17:56:31 +00:00

11 lines
280 B
PHP

<?php
$themeconf = array(
'template' => 'yoga',
'theme' => 'clear',
'icon_dir' => 'template/yoga/icon',
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
'local_head' => '<!-- no theme specific head content -->'
);
?>