Skip to content

Commit

Permalink
Add id for Go Up button
Browse files Browse the repository at this point in the history
Signed-off-by: Bugo <[email protected]>
  • Loading branch information
dragomano committed Feb 21, 2024
1 parent 83db36f commit c992c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/default/Recent.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function template_unread()
', !empty($context['recent_buttons']) ? template_button_strip($context['recent_buttons'], 'right') : '', '
', $context['menu_separator'], '
<div class="pagelinks floatleft">
<a href="#recent" class="button">', $txt['go_up'], '</a>
<a href="#recent" class="button" id="bot">', $txt['go_up'], '</a>
', $context['page_index'], '
</div>';

Expand Down

0 comments on commit c992c3b

Please sign in to comment.