![]() |
|
How do I add the code to Zomex Template - Printable Version +- WHMCS Services Forum (https://forum.whmcsservices.net) +-- Forum: WS Modules (https://forum.whmcsservices.net/forumdisplay.php?fid=8) +--- Forum: Addons Modules (https://forum.whmcsservices.net/forumdisplay.php?fid=9) +---- Forum: SMS Manager (https://forum.whmcsservices.net/forumdisplay.php?fid=27) +----- Forum: WS Customer Only (https://forum.whmcsservices.net/forumdisplay.php?fid=83) +----- Thread: How do I add the code to Zomex Template (/showthread.php?tid=284) |
How do I add the code to Zomex Template - wssupport - 11-16-2025 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=smsmanager">SMS Alert</a></li> |