redirect_page tag
Purpose
This plugin allows you to easily redirect to another page. It is handy inside of smarty conditional logic (for example, redirect to a login page if the user is not logged in.)
How to use?
Simply insert this tag into your page or template:
{redirect_page page='some-page-alias'}
Available parameters
- page (required) - The page_alias of the destination page.