source: trunk/admin/themes/default/themeconf.inc.php @ 13079

Last change on this file since 13079 was 6363, checked in by plg, 14 years ago

remove all svn:mergeinfo properties

File size: 256 bytes
Line 
1<?php
2$themeconf = array(
3  'name'          => 'default',
4  'icon_dir'       => 'themes/default/icon',
5  'admin_icon_dir' => 'admin/themes/default/icon',
6  'mime_icon_dir'  => 'themes/default/icon/mimetypes/',
7  'local_head'     => 'local_head.tpl',
8);
9?>
Note: See TracBrowser for help on using the repository browser.