source: extensions/Greenpixel/themeconf.inc.php @ 11065

Last change on this file since 11065 was 11065, checked in by Sugar888, 13 years ago

[extenstion] Greenpixel - Added data of the theme

File size: 402 bytes
Line 
1<?php
2/*
3Theme Name: Greenpixel
4Version: 0.1
5Description: Green version of Sylvia
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=546
7Author: NCS
8Author URI: http://greenpixel.ch
9*/
10$themeconf = array(
11  'name'         => 'Greenpixel',
12  'parent'        => 'Sylvia',
13  'icon_dir'      => 'themes/Greenpixel/icon',
14  'mime_icon_dir' => 'themes/Greenpixel/icon/mimetypes/',
15);
16?>
Note: See TracBrowser for help on using the repository browser.