source: extensions/flop_mauve/current/themeconf.inc.php @ 6692

Last change on this file since 6692 was 6692, checked in by flop25, 14 years ago

adding screenshot.png

File size: 669 bytes
Line 
1<?php
2/*
3Theme Name: flop_mauve
4Version: 3.1.1
5Description: A mauve theme derived from the dark theme of piwigo
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=385
7Author: flop25
8Author 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'] = ' &raquo; ';
24$conf['paginate_pages_around'] = 7;
25
26
27
28?>
Note: See TracBrowser for help on using the repository browser.