source: extensions/flop_mauve/themeconf.inc.php @ 3541

Last change on this file since 3541 was 3530, checked in by flop25, 15 years ago
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.