WHMCS Josh Posted April 6, 2021 Share Posted April 6, 2021 A favicon is a small icon that browsers display at the top of the page (usually next to the address bar or page title). Some browsers such as FireFox and Opera may even use them for Bookmark icons as well. To add a favicon, simply upload a favicon.ico file to the WHMCS installation directory. Example: public_html/whmcs/favicon.ico Most modern browsers will automatically begin displaying the favicon once it has been uploaded, but some may also require a meta tag. To add the meta tag, open your whmcs/templates/YOUR_TEMPLATE/header.tpl file where YOUR_TEMPLATE is the name of your client area template and add this line just under the opening <head> tag: <link rel="shortcut icon" href="favicon.ico" /> You may need to clear your browser cache in order to see the changes take effect. -1 Link to comment Share on other sites More sharing options...
Recommended Posts