File tree Expand file tree Collapse file tree
styles/all/template/event Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <!-- Ensure the app can be added to the home screen on iOS -->
21< meta name ="apple-mobile-web-app-capable " content ="yes ">
3-
4- <!-- Ensure the app can be added to the home screen on Chrome -->
5- < meta name ="mobile-web-app-capable " content ="yes ">
6-
7- <!-- Sets the status bar style when the app is launched from the home screen on iOS -->
8- < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
9-
10- <!-- The name of your app when saved to the iOS home screen -->
112< meta name ="apple-mobile-web-app-title " content ="{{ SHORT_SITE_NAME }} ">
123
13- <!-- The name of your app when saved to other browsers and platforms -->
14- < meta name ="application-name " content ="{{ SHORT_SITE_NAME }} ">
15-
16- <!-- Link to app's configuration manifest -->
174< link rel ="manifest " href ="{{ U_MANIFEST_URL }} " crossorigin ="use-credentials ">
185
19- {% if U_TOUCH_ICON %}
20- <!-- App icon for iOS, a fallback to icons defined in the manifest -->
21- < link rel ="apple-touch-icon " href ="{{ ROOT_PATH ~ U_TOUCH_ICON }} ">
22- {% endif %}
6+ {% if U_TOUCH_ICON %}< link rel ="apple-touch-icon " href ="{{ ROOT_PATH ~ U_TOUCH_ICON }} "> {% endif %}
237
248{% if NOTIFICATIONS_WEBPUSH_ENABLE %}
259 {% include '@phpbb_webpushnotifications/ucp_notifications_webpush.html' %}
You can’t perform that action at this time.
0 commit comments