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

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

[2.5] - ID extension

File size: 309 bytes
RevLine 
[13464]1<?php
2/*
3Theme Name: elegant
[21098]4Version: 2.5.0
[13464]5Description: Dark background, grayscale.
[21200]6Theme URI: http://piwigo.org/ext/extension_view.php?eid=685
[13464]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.