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

Last change on this file since 16502 was 16502, checked in by flop25, 12 years ago

adding a conf img_dir and a loader : ajax-loader-big.gif 128x128
bug:2684

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.