|
@@ -461,8 +461,8 @@ function template_menu()
|
|
|
foreach ($context['menu_buttons'] as $act => $button)
|
|
|
{
|
|
|
echo '
|
|
|
- <li id="button_', $act, '" ', !empty($button['sub_buttons']) ? 'class="subsections"' :'', '>
|
|
|
- <a class="', $button['active_button'] ? 'active' : '', '" href="', $button['href'], '" ', isset($button['target']) ? 'target="' . $button['target'] . '"' : '', '>
|
|
|
+ <li id="button_', $act, '"', !empty($button['sub_buttons']) ? ' class="subsections"' :'', '>
|
|
|
+ <a class="', $button['active_button'] ? 'active' : '', '" href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '>
|
|
|
', $button['title'], '
|
|
|
</a>';
|
|
|
if (!empty($button['sub_buttons']))
|