Forums / General / Image Override
John Smith
Wednesday 02 August 2006 5:11:42 am
Is it possible to override an image in the standard folder.
Image is in /design/standard/images/toolbar/link_line.png
CheersSmith
Marcin Drozd
Wednesday 02 August 2006 6:26:29 am
Hi, Is it what U want:copy your image to /design/YOUR_SITE/images/toolbar/link_line.png (and create directories) ?
http://ez-publish.pl
Wednesday 02 August 2006 6:45:33 am
I tried it before posting here. It is not working.
Wednesday 02 August 2006 7:31:08 am
Did U clear cache ;)There is
<img src={concat( "toolbar/", $Tool.name|wash, "_line.png" )|ezimage} alt="{$Tool.name|wash}" />
in /visual/toolbar.tpl, and it should work.
Wednesday 02 August 2006 8:45:22 am
I removed the image from /design/standard/images/toolbar/link_line.png just to check.
and created another image with folder like /design/siteaccess/images/toolbar/link_line.png, cleared the cache, but still it is not working.
Refreshed the page, now can't see any picture, i dont know why it is not overriding.