I have made 2 styles and I want to give the user the option to change the style on any page they view. I have added this to my footer template:
Since this is on every page what code should I add so if the link is clicked, the user is taken back to the page they clicked it from instead of the hard coded URL?
Thanks again folks,
Scott Z.
Code:
<center><if condition="$styleid == 5"> You are viewing HRG's <b>Platinum Style</b>, <A href=""'http://www.hotroddersgarage.com/index.php?s=$session[sessionurl]&styleid=1"> view the original style.</a><br> </if></center>
Thanks again folks,
Scott Z.
Comment