Last change
on this file since 30085 was
30085,
checked in by flop25, 10 years ago
|
2.7 compat: colorscheme and 2.7 only OS_default
|
File size:
560 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: Pure_tr_clear_blue |
---|
4 | Version: auto |
---|
5 | Description: Similar to Pure_clear_blue, this style has rounded corners, an image as background (which can be changed), a blue dominance ... |
---|
6 | Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=386 |
---|
7 | Author: flop25 |
---|
8 | Author URI: http://www.planete-flop.fr/ |
---|
9 | */ |
---|
10 | |
---|
11 | $themeconf = array( |
---|
12 | 'name' => 'Pure_tr_clear_blue', |
---|
13 | 'parent' => 'Pure_default', |
---|
14 | 'icon_dir' => 'themes/Pure_default/icon', |
---|
15 | 'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/', |
---|
16 | 'colorscheme' => 'clear', |
---|
17 | ); |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.