Last change
on this file since 21496 was
16019,
checked in by grum, 12 years ago
|
feature:2664- compatibility with Piwigo 2.4
|
-
Property svn:executable set to
*
|
File size:
413 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: Gally/Graphite |
---|
4 | Version: 1.5.0 |
---|
5 | Description: Grey theme |
---|
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=381 |
---|
7 | Author: Grum |
---|
8 | Author URI: http://photos.grum.fr |
---|
9 | */ |
---|
10 | |
---|
11 | $themeconf = array( |
---|
12 | 'name' => 'gally-graphite', |
---|
13 | 'theme' => 'gally-graphite', |
---|
14 | 'parent' => 'gally-default', |
---|
15 | 'icon_dir' => 'themes/gally-graphite/icon', |
---|
16 | 'mime_icon_dir' => 'themes/gally-graphite/icon/mimetypes/', |
---|
17 | ); |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.