source: trunk/themes/clear/themeconf.inc.php @ 29389

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

feature 3133: add colorscheme parameter for themes. This way we can use the
appropriate CSS for selectize (and other things)

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