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

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

Pure_clear_clue is no longer the style reference

File size: 617 bytes
RevLine 
[5715]1<?php
[5835]2/*
[5715]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);
[5835]14*/
15$themeconf = array(
16  'name'         => 'Pure_clear_blue',
[5908]17  'parent'        => 'Pure_default',
18  'icon_dir'      => 'themes/Pure_default/icon',
19  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
[5835]20);
21
[5715]22?>
Note: See TracBrowser for help on using the repository browser.