|
Revision 9716, 511 bytes
(checked in by flop25, 2 years ago)
|
|
Massive update !
sprite for icons
old icons deleted
adding a text for about.php
version changed to auto for all themes
a few other changes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | Theme Name: Pure_tr_green_nature |
|---|
| 4 | Version: auto |
|---|
| 5 | Description: Rounded corners and a green inspired from the nature, these are the two characteristics of this style. |
|---|
| 6 | Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=442 |
|---|
| 7 | Author: flop25 |
|---|
| 8 | Author URI: http://www.planete-flop.fr/ |
|---|
| 9 | */ |
|---|
| 10 | |
|---|
| 11 | $themeconf = array( |
|---|
| 12 | 'name' => 'Pure_tr_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 | ?> |
|---|