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

Last change on this file since 16859 was 6512, checked in by plg, 14 years ago

simple black, from Freddy Berriau, compatible with Piwigo 2.1

File size: 297 bytes
Line 
1<?php
2/*
3Theme Name: Simple Black
4Version: 2.1a
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.