source: extensions/simple_themes/simple-black/themeconf.inc.php @ 31175

Last change on this file since 31175 was 21180, checked in by plg, 11 years ago

switch version to auto

File size: 297 bytes
Line 
1<?php
2/*
3Theme Name: Simple Black
4Version: auto
5Description: Black (very dark gray) theme for Simple
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=347
7Author: Fresdy
8Author URI: http://freddyberriau.com
9*/
10$themeconf = array(
11  'name'  => 'simple-black',
12  'parent' => 'simple',
13  );
14?>
Note: See TracBrowser for help on using the repository browser.