mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/17501] Remove not needed parentheses
PHPBB-17501
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<!-- EVENT overall_header_stylesheets_after -->
|
<!-- EVENT overall_header_stylesheets_after -->
|
||||||
|
|
||||||
{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
|
{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
|
||||||
{% include('ucp_notifications_webpush.html') %}
|
{% include 'ucp_notifications_webpush.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
<div class="headerbar" role="banner">
|
<div class="headerbar" role="banner">
|
||||||
|
|
||||||
{% include('navbar_header.html') %}
|
{% include 'navbar_header.html' %}
|
||||||
<!-- EVENT overall_header_headerbar_before -->
|
<!-- EVENT overall_header_headerbar_before -->
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user