Open file: helpdesk\include\staff\header.inc.php

Replace the tag:

START MOD05 add Favicon

<head profile="http://www.w3.org/2005/10/profile">

<link rel="icon"

type="image/png"

href="http://www.YourDomain.com/favicon.png">

END MOD05 Changes

Open file: helpdesk\include\client\header.inc.php

Replace the tag:

START MOD05 add Favicon

<head profile="http://www.w3.org/2005/10/profile">

<link rel="icon"

type="image/png"

href="http://www.YourDomain.com/favicon.png">

END MOD05 Changes

Note: Attached my favicon :)

favicon.png

3 years later

How do I change the favicon in OSTicket 1.7. I have already created the favicon.ico file, not sure where to put it and what file to modify for it to show up.

Jeremy

5 years later
3 years later

Yes this works. its 2021 and I am happily using v1.15.2 on a litespeed server with MySQL 10.3.25 an PHP 7.3.23

header.inc.php

<link rel="icon" type="image/png" href="<?php echo ROOT_PATH ?>images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="<?php echo ROOT_PATH ?>images/favicon-16x16.png" sizes="16x16" />

change the name or overwite the favicon png - easy

Thank you

Write a Reply...