From e4874c180a847dc69459e381398e315998626cb0 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 17 Aug 2013 18:55:07 +0300 Subject: [PATCH] [ticket/11795] Use phpBB template syntax instead of TWIG PHPBB3-11795 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/template/pagination.html | 4 +--- phpBB/styles/subsilver2/template/overall_header.html | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 26394034d4..bc8d9d366a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -37,7 +37,7 @@ - {% set body_attributes %}{{ body_attributes }} data-popup-pm-url="{{ U_POPUP_PM|e('html_attr') }}"{% endset %} + {% set body_attributes %}{{ body_attributes }} data-popup-pm-url="{U_POPUP_PM|e('html_attr')}"{% endset %} diff --git a/phpBB/styles/prosilver/template/pagination.html b/phpBB/styles/prosilver/template/pagination.html index 87c24f7ecb..172bc952e4 100644 --- a/phpBB/styles/prosilver/template/pagination.html +++ b/phpBB/styles/prosilver/template/pagination.html @@ -1,6 +1,4 @@ - {% set l_jump_page %}{L_JUMP_PAGE}{L_COLON}{% endset %} - - {{ PAGE_NUMBER }} • + {PAGE_NUMBER}