Revision 381
Added by Matthias almost 18 years ago
class.frontend.php | ||
---|---|---|
285 | 285 |
$wb->menu_collapse = true; |
286 | 286 |
} |
287 | 287 |
if (!isset($wb->menu_item_template)) { |
288 |
$wb->menu_item_template = '<li><span[class]>[a][menu_title][/a]</span>';
|
|
288 |
$wb->menu_item_template = '<li><span[class]>[a] [menu_title] [/a]</span>';
|
|
289 | 289 |
} |
290 | 290 |
if (!isset($wb->menu_item_footer)) { |
291 | 291 |
$wb->menu_item_footer = '</li>'; |
Also available in: Unified diff
Fixed large space between menupoints in IE (#349)