#load "../../lib/app.uce" RENDER(Request& context) { starter_boot(context); if(context.var["starter"]["embed_mode"].to_string() != "") return; String text = first(starter_theme_value("footer_text", context), starter_cfg_string("site/name", context)); String inner_class = starter_theme_value("key", context) == "portal-light" ? "footer-inner" : ""; <> }