aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-17 18:55:07 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-09-14 10:10:44 +0300
commite4874c180a847dc69459e381398e315998626cb0 (patch)
treeb121c70dc816a8addb46ce5cdcdee7f22f5d9215 /phpBB/styles/subsilver2/template
parent22c8df5403b74cbcad8a267f12c048eaaf053e0f (diff)
downloadforums-e4874c180a847dc69459e381398e315998626cb0.tar
forums-e4874c180a847dc69459e381398e315998626cb0.tar.gz
forums-e4874c180a847dc69459e381398e315998626cb0.tar.bz2
forums-e4874c180a847dc69459e381398e315998626cb0.tar.xz
forums-e4874c180a847dc69459e381398e315998626cb0.zip
[ticket/11795] Use phpBB template syntax instead of TWIG
PHPBB3-11795
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index a1f69a81a5..4dfde86404 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -23,7 +23,7 @@
<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
- popup('{{ U_POPUP_PM|e('js') }}', 400, 225, '_phpbbprivmsg');
+ popup('{U_POPUP_PM|e('js')}', 400, 225, '_phpbbprivmsg');
<!-- ENDIF -->
function popup(url, width, height, name)
@@ -41,7 +41,7 @@ function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}{L_COLON}', '{ON_PAGE}');
var per_page = '{PER_PAGE}';
- var base_url = '{{ BASE_URL|e('js') }}';
+ var base_url = '{BASE_URL|e('js')}';
if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
{