To add a favicon to your WHMCS install:
- copy your favicon (myfavicon.ico) in WHMCS folder
- edit the header.tpl file of your theme, and insert following line in <head> section:
<link rel="shortcut icon" href="myfavicon.ico" />
To add a favicon to your WHMCS install:
<link rel="shortcut icon" href="myfavicon.ico" />
If you need to insert a comment in a .tpl file, or comment a block of code to disable it, you...
To insert a YouTube video in an article of the WHMCS knowledge base, you need to insert following...
in WHMCS if a customer has not enough credit balance for full payment of an invoice, WHMCS allows...
In order to add a cookie bar to your own installation of WHMCS: copy somewhere on your WHMCS...
To insert a link in a language variable in an override language file, use following sample...