From e15e2c58258828c3c27aec5c07db217bbb485174 Mon Sep 17 00:00:00 2001 From: acetousk Date: Fri, 16 Feb 2024 16:01:27 -0700 Subject: [PATCH] Allow include of screen theme resource script footer --- base-component/webroot/screen/includes/Footer.html.ftl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base-component/webroot/screen/includes/Footer.html.ftl b/base-component/webroot/screen/includes/Footer.html.ftl index ff7c8597e..77e253b58 100644 --- a/base-component/webroot/screen/includes/Footer.html.ftl +++ b/base-component/webroot/screen/includes/Footer.html.ftl @@ -5,6 +5,10 @@ ${sri.getAfterScreenWriterText()} <#assign srcUrl = sri.buildUrl(scriptLocation).url> +<#list sri.getThemeValues("STRT_SCRIPT_FOOTER") as scriptLocation> + <#assign srcUrl = sri.buildUrl(scriptLocation).url> + + <#assign scriptText = sri.getScriptWriterText()> <#if scriptText?has_content>