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

Last change on this file since 6853 was 6853, checked in by flop25, 14 years ago
File size: 963 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: flop25
8Author URI: http://www.planete-flop.fr/site.php?acc=file
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.