from
framework/common/widgets/commonscreens.xml
<set field="layoutSettings.commonHeaderImageLinkUrl"
from-field="layoutSettings.commonHeaderImageLinkUrl"
default-value="main" global="true"/>
Mansour Al Akeel sent the following on 10/3/2010 6:41 PM:
Hello all:
In the themes there is varilabe that couldn't figure out how to set.
<#if layoutSettings.headerImageLinkUrl?exists>
<#assign logoLinkURL = "${layoutSettings.headerImageLinkUrl}">
<#else>
<#assign logoLinkURL = "${layoutSettings.commonHeaderImageLinkUrl}">
</#if>
I understand commonHeaderImageLinkUrl is set in the common component
at framework/common/widget/CommonScreens.xml
how can "headerImageLinkUrl" be used in the theme ?