1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/17010] Make webpush js not depend on twig compilation

PHPBB3-17010
This commit is contained in:
Marc Alexander
2023-11-05 12:56:01 +01:00
parent d85da61c9a
commit fa91bf791f
3 changed files with 77 additions and 41 deletions

View File

@@ -1,6 +1,8 @@
{% include('ucp_header.html') %}
{% INCLUDEJS(T_WEBPUSH_JS_PATH) %}
{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
{% include('ucp_notifications_webpush.html') %}
{% endif %}
<form id="ucp" method="post" action="{{ S_UCP_ACTION }}"{{ S_FORM_ENCTYPE }}>