|
Revision 9811, 0.6 KB
(checked in by flop25, 2 years ago)
|
|
thumb are centred
local_head.tpl for IE
|
| 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' => 'local_head.tpl', |
|---|
| 16 | ); |
|---|
| 17 | |
|---|
| 18 | $conf['level_separator'] = ' » '; |
|---|
| 19 | $conf['paginate_pages_around'] = 7; |
|---|
| 20 | $conf['show_picture_name_on_title'] = false; |
|---|
| 21 | $conf['show_thumbnail_caption'] = false; |
|---|
| 22 | |
|---|
| 23 | ?> |
|---|