source: extensions/floPure/theme/autumn/themeconf.inc.php @ 3580

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

check now the version of theme !!

File size: 389 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'floPure',
4  'theme' => 'autumn',
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' => '233',
11  'version' => '1.0.0',
12);
13?>
Note: See TracBrowser for help on using the repository browser.