WHMCS Services Forum
How do I add the code to CMSBased Template - Printable Version

+- WHMCS Services Forum (https://www.whmcsservices.community)
+-- Forum: WS Modules (https://www.whmcsservices.community/forumdisplay.php?fid=5)
+--- Forum: Addons Modules (https://www.whmcsservices.community/forumdisplay.php?fid=6)
+---- Forum: Uptime Status (https://www.whmcsservices.community/forumdisplay.php?fid=43)
+---- Thread: How do I add the code to CMSBased Template (/showthread.php?tid=155)



How do I add the code to CMSBased Template - wssupport - 02-25-2018

Hexa Extra  Template

You can edit header.tpl file (header.tpl.new can be renamed to header.tpl in overrides folder). Overrides folder will help with keeping customization during updates.
The navbar li item can be duplicated and customized for your needs.

<a href="index.php?m=uptimestatus">Uptime Status</a>


Version 4.5.x you don't need to edit any template you can do of the Hexa Extra Menu

Flattern Extra Template


You can edit header.tpl file (header.tpl.new can be renamed to header.tpl in overrides folder). Overrides folder will help with keeping customization during updates.
The navbar li item can be duplicated and customized for your needs.

<li><a href="index.php?m=uptimestatus">Uptime Status</a></li>