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

Last change on this file since 6109 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

  • Property svn:executable set to *
File size: 398 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Grum dark II
4Version: 1.3.0
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  'theme' => 'gally-grum-dark-II',
13  'parent' => 'gally-default',
14  'icon_dir' => 'themes/gally-grum-dark-II/icon',
15  'mime_icon_dir' => 'themes/gally-grum-dark-II/icon/mimetypes/',
16);
17?>
Note: See TracBrowser for help on using the repository browser.