source: extensions/flop_mauve/2.0.x/themeconf.inc.php @ 17820

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

splitting in 2 branches <2.1 / >2.1

File size: 472 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'flop_mauve',
5  'icon_dir' => 'template/yoga/icon',
6  'admin_icon_dir' => 'template/yoga/icon/admin',
7  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
8  'local_head' => '<!--[if IE]><style>
9#content div.thumbnailCategory span {
10    display: inline-block;
11    height: 100%;
12}
13</style><![endif]-->
14');
15
16$conf['level_separator'] = ' &raquo; ';
17$conf['paginate_pages_around'] = 7;
18
19
20
21?>
Note: See TracBrowser for help on using the repository browser.