Skip to content

Commit 760a874

Browse files
committed
Use T_ICONS_PATH
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 2655053 commit 760a874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/all/template/ucp_notifications_webpush.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<meta name="apple-mobile-web-app-capable" content="yes">
22
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
33
<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 %}
54
<link rel="manifest" href="{{ U_MANIFEST_URL }}">
5+
{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ T_ICONS_PATH ~ U_TOUCH_ICON }}">{% endif %}
66

77
<script>
88
phpbbWebpushOptions = {

0 commit comments

Comments
 (0)