source: extensions/floPure/Pure_grey_plastic/themeconf.inc.php @ 30085

Last change on this file since 30085 was 30085, checked in by flop25, 9 years ago

2.7 compat: colorscheme and 2.7 only OS_default

File size: 468 bytes
Line 
1<?php
2/*
3Theme Name: Pure_grey_plastic
4Version: auto
5Description: a subtle  mix of grey with a 3d effect
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=446
7Author: flop25
8Author URI: http://www.planete-flop.fr/
9*/
10
11$themeconf = array(
12  'name'         => 'Pure_grey_plastic',
13  'parent'        => 'Pure_default',
14  'icon_dir'      => 'themes/Pure_default/icon',
15  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
16  'colorscheme' => 'dark',
17);
18
19?>
Note: See TracBrowser for help on using the repository browser.