source: extensions/p0w0/themeconf.inc.php @ 31936

Last change on this file since 31936 was 29802, checked in by plg, 10 years ago

compatibility Piwigo 2.7

File size: 289 bytes
Line 
1<?php
2/*
3Theme Name: p0w0
4Version: auto
5Description: Blue is my main color
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=362
7Author: Piwigo team
8Author URI: http://piwigo.org
9*/
10$themeconf = array(
11  'theme'  => 'p0w0',
12  'parent' => 'default',
13  'colorscheme' => 'clear',
14);
15?>
Note: See TracBrowser for help on using the repository browser.