source: trunk/themes/dark/themeconf.inc.php @ 30551

Last change on this file since 30551 was 29712, checked in by ddtddt, 10 years ago

[2.6] - theme - prepare for 2.7.0

  • Property svn:eol-style set to LF
File size: 267 bytes
Line 
1<?php
2/*
3Theme Name: dark
4Version: 2.7.0
5Description: Dark background, grayscale.
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=369
7Author: Piwigo team
8Author URI: http://piwigo.org
9*/
10$themeconf = array(
11  'name'  => 'dark',
12  'parent' => 'default',
13);
14?>
Note: See TracBrowser for help on using the repository browser.