[ic] using if clause with area in template to adjust image

Paul Jordan interchange-users@icdevgroup.org
Fri Feb 21 23:44:00 2003


> I tried to extend this to the following:
>
>   [if area index]
>        <img alt="Home" border="0" src="__THEME_IMG_DIR__home_tan.png"></a>
>      [else]
>        <img alt="Home" border="0"
> src="__THEME_IMG_DIR__home_green.png"></a>
>      [/else]
>      [/if]
>
> But this does not adjust the image according to what page the individual
> is on?  Does anybody have any thoughts/wisdom on how to make this work?
>
> Thank you,
> Nicholas Cook

On the devgroup site, using google, and searching for "if page is index" the
first hit is:

http://www.icdevgroup.org/archive/interchange-users/2002/msg00719.html

As ever, KHTA


HTH
Paul