source: extensions/floPure/theme/grey_light/themeconf.inc.php @ 3587

Last change on this file since 3587 was 3587, checked in by flop25, 15 years ago

clean code
update versions for next revision
lang EN

File size: 391 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'floPure',
4  'theme' => 'grey_light',
5  'template_dir' => 'template/floPure',
6  'icon_dir' => 'template/floPure/icon',
7  'admin_icon_dir' => 'template/floPure/icon/admin',
8  'mime_icon_dir' => 'template/floPure/icon/mimetypes/',
9  'local_head' => '<!-- no theme specific head content -->',
10  'eid' => '158',
11  'version' => '2.0.5',
12);
13?>
Note: See TracBrowser for help on using the repository browser.