Thread
:
I need help with dual linking a picture on the front page
View Single Post
#
2
10-12-2005, 11:12 AM
balinor
Veteran
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
Just use an {if} statement for the link, like this:
Code:
{if $login eq "" } link 1 {else} link 2
Translated, this says:
If the user is not logged in, display link one, if not display link 2.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
balinor
View Public Profile
Send a private message to balinor
Find all posts by balinor