diff --git a/base-component/webroot/screen/includes/Header.html.ftl b/base-component/webroot/screen/includes/Header.html.ftl index 06ba9be14..73e8aab7a 100644 --- a/base-component/webroot/screen/includes/Header.html.ftl +++ b/base-component/webroot/screen/includes/Header.html.ftl @@ -8,7 +8,10 @@ <#assign parentMenuName = (sri.screenUrlInfo.parentScreen.getDefaultMenuName())!""> <#assign defaultMenuName = sri.screenUrlInfo.targetScreen.getDefaultMenuName()> <#if html_title?has_content>${html_title}<#else><#if parentMenuName?has_content>${ec.resource.expand(parentMenuName, "")} - </#if><#if defaultMenuName?has_content>${ec.resource.expand(defaultMenuName, "")}</#if></#if> - + <#-- See: https://stackoverflow.com/questions/5110776/apple-touch-icon-for-websites and https://web.dev/learn/pwa/web-app-manifest/#icons-in-safari --> + + <#assign manifestUrl = sri.getScreenPathHasTransition("manifest.webmanifest")!> + <#if manifestUrl?has_content> <#-- Style Sheets --> <#list sri.getThemeValues("STRT_STYLESHEET") as styleSheetLocation> <#assign hrefUrl = sri.buildUrl(styleSheetLocation).url> diff --git a/base-component/webroot/screen/webroot.xml b/base-component/webroot/screen/webroot.xml index da315c825..402d827cf 100644 --- a/base-component/webroot/screen/webroot.xml +++ b/base-component/webroot/screen/webroot.xml @@ -1,6 +1,6 @@ + +