View Single Post
  #3  
Old 12-10-2004, 10:23 AM
 
zilker zilker is offline
 

Advanced Member
  
Join Date: Feb 2003
Posts: 89
 

Default

Thanks for the reply. I took what you gave me and rearranged the if statements. Just incase anyone else wants to use this idea, here's the code.

Code:
<table cellpadding=0 cellspacing=0 border=0 align="right"> <tr valign="bottom"> <td> {if $main eq "catalog" and $location eq ""} [img]{$ImagesDir}/tab_home_.gif[/img] {else} <a href="home.php"> [img]{$ImagesDir}/tab_home.gif[/img]</a>{/if} </td> <td> {if $main eq "cart" or $main eq "wishlist" or $main eq "anonymous_checkout" or $main eq "checkout" or $main eq "product" or $main eq "giftcert"} [img]{$ImagesDir}/tab_buy_.gif[/img] {elseif $main eq "catalog" and $location ne ""} [img]{$ImagesDir}/tab_buy_.gif[/img] {elseif $smarty.get.section eq "buy"} [img]{$ImagesDir}/tab_buy_.gif[/img] {else} [img]{$ImagesDir}/tab_buy.gif[/img] {/if} </td> <td> {if $smarty.get.section eq "sell"}[img]{$ImagesDir}/tab_sell_.gif[/img] {else} <a href="help.php?section=contact_us"> [img]{$ImagesDir}/tab_contact.gif[/img]</a> {/if} </td> <td> {if $smarty.get.section eq "contact_us"} [img]{$ImagesDir}/tab_contact_.gif[/img] {else} [img]{$ImagesDir}/tab_contact.gif[/img] {/if}</td> <td> {if $smarty.get.section eq "Password_Recovery"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "Password_Recovery_message"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "Password_Recovery_error"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "FAQ"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "about"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "business"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "conditions"} [img]{$ImagesDir}/tab_help_.gif[/img] {elseif $smarty.get.section eq "publicity"} [img]{$ImagesDir}/tab_help_.gif[/img] {else}[img]{$ImagesDir}/tab_help.gif[/img] {/if}</td> </tr> </table>

Works great!!
__________________
~zilker

uummm...perhaps you should tell me again.

http://www.designertrends.com
Version 4.0.6
Unix
Reply With Quote