Hello BJ:
Thank you for helping. I found the purpose of
layoutSettings.headerImageLinkUrl.
>From applications/party/widget/partymgr/CommonScreens.xml
<!-- layoutSettings.headerImageUrl can be used to specify an application
specific logo; if not set,
then the global layoutSettings.commonHeaderImageUrl (specified in
GlobalDecorator) will be used. -->
<!--<set field="layoutSettings.headerImageUrl"
value="/images/ofbiz_logo.gif" global="true"/>-->
<!-- <set field="layoutSettings.headerMiddleBackgroundUrl" value=""
global="true"/> -->
<!-- <set field="layoutSettings.headerRightBackgroundUrl" value=""
global="true"/> -->
<!-- TODO: Use transform to specify component URI -->
This is cool.
On Sun Oct 03,2010 08:09 pm, BJ Freeman wrote:
> 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 ?
> >
> >
> >