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

Last change on this file since 24610 was 20452, checked in by flop25, 11 years ago

moved inline css in theme.css
removed useless theme conf
ready for rc

File size: 246 bytes
Line 
1<?php
2$themeconf = array(
3  'name'         => 'default',
4  'icon_dir'      => 'themes/default/icon',
5  'img_dir'      => 'themes/default/images',
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.