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

Last change on this file since 28689 was 28689, checked in by mistic100, 10 years ago

remove admin IE 6/7/8 fixes

File size: 216 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);
8?>
Note: See TracBrowser for help on using the repository browser.