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: Client Verification (https://www.whmcsservices.community/forumdisplay.php?fid=51)
+---- Thread: How do I add the code to CMSBased Template (/showthread.php?tid=156)



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=clientverification">client verification</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 

<li><a href="index.php?m=clientverification">client verification</a></li>