mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17501] Remove not needed parentheses
PHPBB-17501
This commit is contained in:
parent
3a553f07bc
commit
3801eb0946
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
<!-- EVENT overall_header_stylesheets_after -->
|
||||
|
||||
{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
|
||||
{% include('ucp_notifications_webpush.html') %}
|
||||
{% include 'ucp_notifications_webpush.html' %}
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
@ -83,7 +83,7 @@
|
|||
|
||||
<div class="headerbar" role="banner">
|
||||
|
||||
{% include('navbar_header.html') %}
|
||||
{% include 'navbar_header.html' %}
|
||||
<!-- EVENT overall_header_headerbar_before -->
|
||||
<div class="inner">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue