source: extensions/floPure/Pure_clear_blue/themeconf.inc.php @ 5715

Last change on this file since 5715 was 5715, checked in by flop25, 14 years ago

creation of the svn repository of Pure_clear_blue with the content of the formerly flopure/clear_blue

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