Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Robert] How to show a pic for cat

Quote Reply
Re: [Robert] How to show a pic for cat In reply to
Hi Robert

I don't think you need a global for this.

Add an image column in your category table,then in subcategory call it via:

<%-- This is only useful if you have added an Image column to your category table --%>
<%if Image%>
<img src="<%build_root_url%>/images/<%Image%>">
<%else%>
<img src="<%build_root_url%>/images/standard_image.gif">
<%endif%>

Regards

minesite
Subject Author Views Date
Thread How to show a pic for cat Robert 2999 May 7, 2002, 9:48 AM
Thread Re: [Robert] How to show a pic for cat
Paul 2874 May 7, 2002, 9:51 AM
Thread Re: [Paul] How to show a pic for cat
Robert 2857 May 7, 2002, 10:11 AM
Thread Re: [Robert] How to show a pic for cat
minesite 2860 May 7, 2002, 2:14 PM
Post Re: [minesite] How to show a pic for cat
Robert 2836 May 8, 2002, 2:43 AM