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
RevLine 
[5123]1<?php
2$themeconf = array(
[5177]3  'name'         => 'default',
[5123]4  'icon_dir'      => 'themes/default/icon',
[16502]5  'img_dir'      => 'themes/default/images',
[5123]6  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
[6004]7  'local_head'    => 'local_head.tpl',
[5123]8);
9?>
Note: See TracBrowser for help on using the repository browser.