We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2655053 commit 760a874Copy full SHA for 760a874
1 file changed
styles/all/template/ucp_notifications_webpush.html
@@ -1,8 +1,8 @@
1
<meta name="apple-mobile-web-app-capable" content="yes">
2
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
3
<meta name="apple-mobile-web-app-title" content="{{ SITENAME }}">
4
-{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ ROOT_PATH }}images/icons/{{ U_TOUCH_ICON }}">{% endif %}
5
<link rel="manifest" href="{{ U_MANIFEST_URL }}">
+{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ T_ICONS_PATH ~ U_TOUCH_ICON }}">{% endif %}
6
7
<script>
8
phpbbWebpushOptions = {
0 commit comments