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

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

adding head info in themeconf.inc.php and version 1.0.2

File size: 941 bytes
Line 
1<?php
2/*
3Theme Name: Pure_clear_blue
4Version: 1.0.2
5Description: It was my first style but now this version is compatible for piwigo 2.1 </br> Rounded corners, a peaceful blue... you will like this style
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=383
7Author: Piwigo team
8Author URI: http://piwigo.org
9*/
10
11/*
12$themeconf = array(
13  'template' => 'floPure',
14  'theme' => 'clear_blue',
15  'template_dir' => 'template/floPure',
16  'icon_dir' => 'template/floPure/icon',
17  'admin_icon_dir' => 'template/floPure/icon/admin',
18  'mime_icon_dir' => 'template/floPure/icon/mimetypes/',
19  'local_head' => '<!-- no theme specific head content -->',
20  'eid' => '143',
21  'version' => '2.0.5',
22);
23*/
24$themeconf = array(
25  'name'         => 'Pure_clear_blue',
26  'parent'        => 'Pure_default',
27  'icon_dir'      => 'themes/Pure_default/icon',
28  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
29);
30
31?>
Note: See TracBrowser for help on using the repository browser.