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

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

first version for 2.1 ;

File size: 618 bytes
Line 
1<?php
2/*
3$themeconf = array(
4  'template' => 'floPure',
5  'theme' => 'clear_blue',
6  'template_dir' => 'template/floPure',
7  'icon_dir' => 'template/floPure/icon',
8  'admin_icon_dir' => 'template/floPure/icon/admin',
9  'mime_icon_dir' => 'template/floPure/icon/mimetypes/',
10  'local_head' => '<!-- no theme specific head content -->',
11  'eid' => '143',
12  'version' => '2.0.5',
13);
14*/
15$themeconf = array(
16  'name'         => 'Pure_clear_blue',
17  'parent'        => 'default',
18  'icon_dir'      => 'themes/Pure_clear_blue/icon',
19  'mime_icon_dir' => 'themes/Pure_clear_blue/icon/mimetypes/',
20);
21
22?>
Note: See TracBrowser for help on using the repository browser.