BJ:
changing the image in the file framework/common/widget/CommonScreens.xml
doesn't change the logo !
I changed the name form "/image/ofbiz_logo.gif" to "/images/mylogo.png"
but still this doesn't show. And in the page source it's still the old
value.
I did a clean then run-install I even dropped and recreated the DB.
Any idea ?
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 ?
> >
> >
> >