1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12153] Replace old template variables with {PAGE_NUMBER}.

PHPBB3-12153
This commit is contained in:
Cesar G
2014-02-19 13:16:58 -08:00
parent 60de5e66de
commit f43dedb3fd
2 changed files with 2 additions and 2 deletions

View File

@@ -430,7 +430,7 @@
<!-- IF .pagination -->
&bull; <!-- INCLUDE pagination.html -->
<!-- ELSE -->
&bull; {S_ON_PAGE}
&bull; {PAGE_NUMBER}
<!-- ENDIF -->
</div>
<!-- ENDIF -->