diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 256c83fb37..f27ab7f5d0 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -129,10 +129,10 @@ onload_functions.push('subPanels()'); <hr /> - <!-- IF PAGINATION or TOTAL --> + <!-- IF PAGINATION or TOTAL_POSTS --> <ul class="linklist"> <li class="rightside pagination"> - <!-- IF TOTAL --> {TOTAL} {L_POSTS}<!-- ENDIF --> + <!-- IF TOTAL_POSTS --> {TOTAL_POSTS}<!-- ENDIF --> <!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE --> • {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --> </li> </ul> |
