source: trunk/themes/default/themeconf.inc.php @ 8469

Last change on this file since 8469 was 6004, checked in by patdenice, 14 years ago

Rollback revision 5923

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