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

[ticket/16856] Make other vars twig as well

PHPBB3-16856
This commit is contained in:
Marc Alexander
2021-08-30 20:09:15 +02:00
parent 170ddeaf63
commit 79efbcaa4e

View File

@@ -13,9 +13,9 @@
<script>
// <![CDATA[
var jump_page = "{{ lang_js('JUMP_PAGE') ~ lang_js('COLON') }}";
var on_page = '{CURRENT_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = "{BASE_URL|e('js')}";
var on_page = '{{ CURRENT_PAGE }}';
var per_page = '{{ PER_PAGE }}';
var base_url = "{{ BASE_URL|e('js') }}";
/**
* Jump to page