mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/11795] Use phpBB template syntax instead of TWIG
PHPBB3-11795
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<![endif]-->
|
||||
|
||||
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
|
||||
{% 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 %}
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT overall_header_head_append -->
|
||||
|
@@ -1,6 +1,4 @@
|
||||
{% set l_jump_page %}{L_JUMP_PAGE}{L_COLON}{% endset %}
|
||||
|
||||
<a href="#" class="pagination-trigger" title="{L_JUMP_TO_PAGE}" data-lang-jump-page="{{ l_jump_page|e('html_attr') }}" data-on-page="{ON_PAGE}" data-per-page="{PER_PAGE}" data-base-url="{{ BASE_URL|e('html_attr') }}">{{ PAGE_NUMBER }}</a> •
|
||||
<a href="#" class="pagination-trigger" title="{L_JUMP_TO_PAGE}" data-lang-jump-page="{L_JUMP_PAGE|e('html_attr')}{L_COLON}" data-on-page="{ON_PAGE}" data-per-page="{PER_PAGE}" data-base-url="{BASE_URL|e('html_attr')}">{PAGE_NUMBER}</a> •
|
||||
<ul>
|
||||
<!-- BEGIN pagination -->
|
||||
<!-- IF pagination.S_IS_PREV -->
|
||||
|
Reference in New Issue
Block a user