diff options
author | Cesar G <prototech91@gmail.com> | 2014-02-02 12:53:34 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-02-03 23:00:34 -0800 |
commit | f22e51c8a16d75449da03cb2d9f3e11573ce6f1d (patch) | |
tree | de1edd0c652820783b1542e89c9866f8307c66f6 /phpBB/adm/style/overall_header.html | |
parent | 06e995964841743effcda041cf7fa1e34272a208 (diff) | |
download | forums-f22e51c8a16d75449da03cb2d9f3e11573ce6f1d.tar forums-f22e51c8a16d75449da03cb2d9f3e11573ce6f1d.tar.gz forums-f22e51c8a16d75449da03cb2d9f3e11573ce6f1d.tar.bz2 forums-f22e51c8a16d75449da03cb2d9f3e11573ce6f1d.tar.xz forums-f22e51c8a16d75449da03cb2d9f3e11573ce6f1d.zip |
[ticket/12153] Remove vars already assigned in generate_template_pagination().
PHPBB3-12153
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 04f818f95a..1fc1261489 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -11,7 +11,7 @@ <script type="text/javascript"> // <![CDATA[ var jump_page = '{LA_JUMP_PAGE}{L_COLON}'; -var on_page = '{ON_PAGE}'; +var on_page = '{CURRENT_PAGE}'; var per_page = '{PER_PAGE}'; var base_url = '{BASE_URL|e('js')}'; |