Topic: how to make favicon shown ?

i need to know how to make the favicon of the website shown when using frontaccounting ?

Abdelhamid M. Abdelhamid - Partner & Managing Director
Abdelhamid & Co Certified Public Accountants & Auditors - UAE - Sharjah
(ACPA & IACPA) - (International Arab Certified Public Accountant)- IASCA Fellow Member
Mobile "WhatsApp" : +971 50 7948028

Re: how to make favicon shown ?

You can add following line in login.php and header.php:

echo "<link rel=\"icon\" type=\"image/png\" href=\"path_to_icon\icon.png\">";

Janusz

Re: how to make favicon shown ?

itronics would this work?

echo "<link rel=\"icon\" type=\"image/ico\" href=\"path_to_icon\favicon.ico\">";

Re: how to make favicon shown ?

I think so. Just try.
Janusz