Hi,
you can also look at ecommerce/widget/CommonScreens.xml:main-decorator
<set field="layoutSettings.styleSheets[+0]"
value="/ecommerce/images/blog.css" global="true"/>
<set field="layoutSettings.styleSheets[+0]" value="${
productStore.styleSheet}" default-value="/images/ecommain.css"
global="true"/>
Regards,
Abhishake
On 9/25/07, BJ Freeman <[EMAIL PROTECTED]> wrote:
>
> please note which SVN version you are using.
>
>
> David Goodenough sent the following on 9/25/2007 7:06 AM:
> > I seem to recall reading somewhere that ofbiz has a set of places it
> looks
> > to find things like images and css files. As I recall the search order
> > is first in the application/<app>/webapp/ directory, then in the
> framework
> > directory. Do I recall this right, if not what determines which
> directory
> > a given URL will be resolved against.
> >
> > In particular I am trying to include my own .css file for the ecommerce
> > application, I have copied it from framework/images/webapp/images/ to
> > applications/ecommerce/webapp/ecommerce/images (it being ecommain.css)
> > but the browser still seems to get the old one. Do I have to delete (or
> > rename) the old one in order to get the new one loaded? I do have
> caching
> > turned off in Firefox). By getting the old one I mean that I changed
> > something (a font size) and the font remained the same size when I
> refreshed
> > the page.
> >
> > Both the main css and the blog css seem to be found using
> /images/<name>.css
> > which I think means that I have recalled this right, but I am confused
> as to
> > why the copy does not seem to have worked.
> >
> > David
> >
> >
> >
>