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

Last change on this file was 30087, checked in by flop25, 10 years ago

2.7 compat: colorscheme

File size: 565 bytes
Line 
1<?php
2/*
3Theme Name: Pure_clear_blue
4Version: auto
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/
9*/
10
11$themeconf = array(
12  'name'         => 'Pure_clear_blue',
13  'parent'        => 'Pure_default',
14  'icon_dir'      => 'themes/Pure_default/icon',
15  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
16  'colorscheme' => 'clear',
17);
18
19?>
Note: See TracBrowser for help on using the repository browser.