source: extensions/gally/gally-default/themeconf.inc.php @ 8528

Last change on this file since 8528 was 8528, checked in by grum, 13 years ago

Release 1.4.0
Rewrite some JS
fix bug bug:1983

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