This is probably a very simple to do, but I am not terribly experience on the code side of things. I would like to redirect index.tpl to an existing page located at /home. My goal is to make /home the default landing page. I think I need to modify the
{jrCore_include template="index_login.tpl"}
Thanks!
John
{* /////////// DO NOT REMOVE ////////// *}
{assign var="page_template" value="index"}
{* /////////// DO NOT REMOVE ////////// *}
{jrCore_include template="header.tpl"}
{jrCore_include template="index_login.tpl"}
{jrCore_include template="footer.tpl"}
updated by @xephius: 10/08/17 07:17:59PM