Skip to content

Commit

Permalink
Merge pull request SimpleMachines#8113 from dragomano/down_button_fix
Browse files Browse the repository at this point in the history
[2,1] Make Down button working on Recent area
  • Loading branch information
live627 committed Feb 29, 2024
2 parents 83db36f + 743caa4 commit 5cf1692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/default/Recent.template.php
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 Expand Up @@ -395,7 +395,7 @@ function template_replies()
', !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 5cf1692

Please sign in to comment.