mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/17501] Remove not needed parentheses
PHPBB-17501
This commit is contained in:
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user