source: extensions/floPure/Pure_green_nature/themeconf.inc.php @ 8804

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

first version 1.0 ; adding adtional info in themeconf.inc.php

File size: 541 bytes
Line 
1<?php
2/*
3Theme Name: Pure_green_nature
4Version: 1.0.0
5Description: Rounded corners and a green inspired from the nature, these are the two characteristics of this style.
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=385
7Author: flop25
8Author URI: http://www.planete-flop.fr/site.php?acc=file
9*/
10
11$themeconf = array(
12  'name'         => 'Pure_green_nature',
13  'parent'        => 'Pure_default',
14  'icon_dir'      => 'themes/Pure_default/icon',
15  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
16);
17
18?>
Note: See TracBrowser for help on using the repository browser.