Head icon(broswer tab icon)

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
amyat
Veteran Member
Posts: 45
Joined: 2020-06-24 20:39

Head icon(broswer tab icon)

Post by amyat » 2021-11-05 03:04

i want to change broswer tab icon(appgini icon) to change another
what should i need to write and where need to write?

<head>
<link rel="icon" href="images/favicon.ico" type="image/ico">
</head>
like that
can u help me

amyat
Veteran Member
Posts: 45
Joined: 2020-06-24 20:39

Re: Head icon(broswer tab icon)

Post by amyat » 2021-11-05 15:30

can i change head icon at hooks file area without overwrite header.php

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Head icon(broswer tab icon)

Post by pbottcher » 2021-11-05 16:49

Hi,

you can try to add to the hooks/header-extras.php

Code: Select all

<script>
$j("#browser_favicon").attr("href","PATHTOYOURIMAGE/YOURIMAGE");
</script>
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

amyat
Veteran Member
Posts: 45
Joined: 2020-06-24 20:39

Re: Head icon(broswer tab icon)

Post by amyat » 2021-11-06 05:49

thank you
have a great day

Post Reply