Last change
on this file since 19183 was
6688,
checked in by flop25, 14 years ago
|
splitting in 2 branches <2.1 / >2.1
|
File size:
472 bytes
|
Rev | Line | |
---|
[3530] | 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'] = ' » '; |
---|
| 17 | $conf['paginate_pages_around'] = 7; |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.