|
Revision 9716, 0.7 KB
(checked in by flop25, 2 years ago)
|
|
Massive update !
sprite for icons
old icons deleted
adding a text for about.php
version changed to auto for all themes
a few other changes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | Theme Name: flop_mauve |
|---|
| 4 | Version: auto |
|---|
| 5 | Description: A mauve theme derived from the dark theme of piwigo |
|---|
| 6 | Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=385 |
|---|
| 7 | Author: flop25 |
|---|
| 8 | Author URI: http://www.planete-flop.fr |
|---|
| 9 | */ |
|---|
| 10 | $themeconf = array( |
|---|
| 11 | 'name' => 'flop_mauve', |
|---|
| 12 | 'parent' => 'default', |
|---|
| 13 | 'icon_dir' => 'themes/default/icon', |
|---|
| 14 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
|---|
| 15 | 'local_head' => '<!--[if IE]><style> |
|---|
| 16 | #content div.thumbnailCategory span { |
|---|
| 17 | display: inline-block; |
|---|
| 18 | height: 100%; |
|---|
| 19 | } |
|---|
| 20 | </style><![endif]--> |
|---|
| 21 | '); |
|---|
| 22 | |
|---|
| 23 | $conf['level_separator'] = ' » '; |
|---|
| 24 | $conf['paginate_pages_around'] = 7; |
|---|
| 25 | $conf['show_picture_name_on_title'] = false; |
|---|
| 26 | $conf['show_thumbnail_caption'] = false; |
|---|
| 27 | |
|---|
| 28 | ?> |
|---|