BAJI26 Posted January 3, 2009 Share Posted January 3, 2009 How can I redirect to another tpl using smarty tags? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 3, 2009 Share Posted January 3, 2009 I take it this is for the custom page you are doing. {php} header ('Location: custompage2.php'); {/php} You could also post a variable to the same custom page and use an if statement to display different things in the same template file. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted January 3, 2009 Author Share Posted January 3, 2009 Yip! Thanks again sparky, seems you are the smarty tag guru around here. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.