source:
extensions/kardon/themeconf.inc.php
@
30249
Last change on this file since 30249 was 29390, checked in by , 10 years ago | |
---|---|
File size: 431 bytes |
Line | |
---|---|
1 | <?php |
2 | /* |
3 | Theme Name: Kardon |
4 | Version: auto |
5 | Description: Sand style |
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=399 |
7 | Author: galain |
8 | Author URI: http://piwigo.wordpress.com |
9 | */ |
10 | |
11 | $themeconf = array( |
12 | 'parent' => 'default', |
13 | 'icon_dir' => 'themes/kardon/icon', |
14 | 'load_parent_local_head' => false, |
15 | 'colorscheme' => 'clear', |
16 | ); |
17 | |
18 | $conf['language_switch_display_as'] = 'listbox'; |
19 | |
20 | ?> |
Note: See TracBrowser
for help on using the repository browser.