source: branches/2.5/themes/elegant/themeconf.inc.php @ 21186

Last change on this file since 21186 was 21098, checked in by ddtddt, 11 years ago

[trunk] - theme - update Révision to 2.5.0

File size: 261 bytes
Line 
1<?php
2/*
3Theme Name: elegant
4Version: 2.5.0
5Description: Dark background, grayscale.
6Theme URI:
7Author: Piwigo team
8Author URI: http://piwigo.org
9*/
10$themeconf = array(
11  'name'  => 'elegant',
12  'parent' => 'default',
13  'local_head'  => 'local_head.tpl'
14);
15?>
Note: See TracBrowser for help on using the repository browser.