Hi guys,
I have hard coded the links on a couple of pages however I need Actinic to display one link if logged in and another if logged out.
Anyone know of an easier way to do this or the block ifs to use?
Many thanks in advance
I have hard coded the links on a couple of pages however I need Actinic to display one link if logged in and another if logged out.
Code:
If logged in... <a href="http://www.clientel-testsite.co.uk/cgi-bin/ss000003.pl?SECTIONID=Non_Slip_Rulers.html&NOLOGIN=1">All Rulers</a> If logged out.. <a href="http://www.clientel-testsite.co.uk/acatalog/Non_Slip_Rulers.html">All Rulers</a>
Many thanks in advance
Comment