source: extensions/gally/gally-grum-dark-II/themeconf.inc.php @ 12606

Last change on this file since 12606 was 12606, checked in by grum, 12 years ago

feature:2499 - compatibility with Piwigo 2.3

  • Property svn:executable set to *
File size: 432 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Grum dark II
4Version: 1.4.4
5Description: Dark theme
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=371
7Author: Grum
8Author URI: http://photos.grum.fr
9*/
10
11$themeconf = array(
12  'name' => 'gally-grum-dark-II',
13  'theme' => 'gally-grum-dark-II',
14  'parent' => 'gally-default',
15  'icon_dir' => 'themes/gally-grum-dark-II/icon',
16  'mime_icon_dir' => 'themes/gally-grum-dark-II/icon/mimetypes/',
17);
18?>
Note: See TracBrowser for help on using the repository browser.