05-19-2026, 04:11 PM
Depending on what it's for, you can add it as a link in:
/templates/template_name/includes/menu.tpl for the main menu or the following for the top right toolbar:
/templates/template_name/includes/toolbar.tpl
<li><a href="{$WEB_ROOT}//index.php?m=clientreminders">Reminder SMS</a></li>
/templates/template_name/includes/menu.tpl for the main menu or the following for the top right toolbar:
/templates/template_name/includes/toolbar.tpl
<li><a href="{$WEB_ROOT}//index.php?m=clientreminders">Reminder SMS</a></li>
