Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding favicon #52

Open
joshp23 opened this issue Jul 28, 2016 · 1 comment
Open

adding favicon #52

joshp23 opened this issue Jul 28, 2016 · 1 comment

Comments

@joshp23
Copy link

joshp23 commented Jul 28, 2016

I have a favicon that I like to use for this. How does one incorporate it into the code the same way you have all the icons?

@Taz8du29
Copy link
Contributor

All the icons you see here are included in base64. The showImage() function is used to decode and show them to the end user.

Then you can add this in the html head :
<link href="?img=YourImageNameHere" rel="icon" type="image/gif" />

and of course, this line right after others images :
$_IMAGES["YourImageNameHere"] = "Base64 image here";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants