|
@@ -22,7 +22,7 @@ function template_main()
|
|
|
</h3>
|
|
|
</div>
|
|
|
<div class="pagesection">
|
|
|
- <span>', $txt['pages'], ': ', $context['page_index'], '</span>
|
|
|
+ <span>', $context['page_index'], '</span>
|
|
|
</div>';
|
|
|
|
|
|
foreach ($context['posts'] as $post)
|
|
@@ -73,7 +73,7 @@ function template_main()
|
|
|
|
|
|
echo '
|
|
|
<div class="pagesection">
|
|
|
- <span>', $txt['pages'], ': ', $context['page_index'], '</span>
|
|
|
+ <span>', $context['page_index'], '</span>
|
|
|
</div>
|
|
|
</div>';
|
|
|
}
|
|
@@ -101,7 +101,7 @@ function template_unread()
|
|
|
template_button_strip($context['recent_buttons'], 'right');
|
|
|
|
|
|
echo '
|
|
|
- <div class="pagelinks floatleft">', $txt['pages'], ': ', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#bot"><strong>' . $txt['go_down'] . '</strong></a>' : '', '</div>
|
|
|
+ <div class="pagelinks floatleft">', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#bot"><strong>' . $txt['go_down'] . '</strong></a>' : '', '</div>
|
|
|
</div>';
|
|
|
|
|
|
// [WIP] There is trial code here to hide the topic icon column. Colspan can be cleaned up later.
|
|
@@ -216,7 +216,7 @@ function template_unread()
|
|
|
template_button_strip($context['recent_buttons'], 'right');
|
|
|
|
|
|
echo '
|
|
|
- <div class="pagelinks floatleft">', $txt['pages'], ': ', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#top"><strong>' . $txt['go_up'] . '</strong></a>' : '', '</div>
|
|
|
+ <div class="pagelinks floatleft">', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#top"><strong>' . $txt['go_up'] . '</strong></a>' : '', '</div>
|
|
|
</div>';
|
|
|
}
|
|
|
else
|
|
@@ -272,7 +272,7 @@ function template_replies()
|
|
|
template_button_strip($context['recent_buttons'], 'right');
|
|
|
|
|
|
echo '
|
|
|
- <div class="pagelinks floatleft">', $txt['pages'], ': ', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#bot"><strong>' . $txt['go_down'] . '</strong></a>' : '', '</div>
|
|
|
+ <div class="pagelinks floatleft">', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#bot"><strong>' . $txt['go_down'] . '</strong></a>' : '', '</div>
|
|
|
</div>';
|
|
|
|
|
|
// [WIP] There is trial code here to hide the topic icon column. Colspan can be cleaned up later.
|
|
@@ -383,7 +383,7 @@ function template_replies()
|
|
|
template_button_strip($context['recent_buttons'], 'right');
|
|
|
|
|
|
echo '
|
|
|
- <div class="pagelinks floatleft">', $txt['pages'], ': ', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#top"><strong>' . $txt['go_up'] . '</strong></a>' : '', '</div>
|
|
|
+ <div class="pagelinks floatleft">', $context['page_index'], !empty($modSettings['topbottomEnable']) ? $context['menu_separator'] . ' <a href="#top"><strong>' . $txt['go_up'] . '</strong></a>' : '', '</div>
|
|
|
</div>';
|
|
|
}
|
|
|
else
|