|
Revision 6861, 485 bytes
(checked in by flop25, 3 years ago)
|
|
version 1.0.0 for pwg 2.1.x
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | Theme Name: Pure_freaky |
|---|
| 4 | Version: 1.0.0 |
|---|
| 5 | Description: it's more a concept style than a style. It's Freaky, Man ! |
|---|
| 6 | Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=444 |
|---|
| 7 | Author: flop25 |
|---|
| 8 | Author URI: http://www.planete-flop.fr/site.php?acc=file |
|---|
| 9 | */ |
|---|
| 10 | |
|---|
| 11 | $themeconf = array( |
|---|
| 12 | 'name' => 'Pure_freaky', |
|---|
| 13 | 'parent' => 'Pure_default', |
|---|
| 14 | 'icon_dir' => 'themes/Pure_default/icon', |
|---|
| 15 | 'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/', |
|---|
| 16 | ); |
|---|
| 17 | |
|---|
| 18 | ?> |
|---|