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



How do I add the code to CMSBased Template - wsadmin - 10-29-2017

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 customizations during updates.
The navbar li item can be duplicated and customized for your needs.

<a href="/index.php?m=clientnotify">Notification Settings</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=clientnotifyn">Notification Settings</a></li>