JustinRomaine Posted August 4, 2011 Report Posted August 4, 2011 Hello Im trying to find out were I could put the code for me to show my Favicon. Thanks Quote
Moderators servetas Posted August 4, 2011 Moderators Report Posted August 4, 2011 Try to search on the phpvms forums ... Quote
Alex Posted August 4, 2011 Report Posted August 4, 2011 it goes in your header (if older setup) or layout tpl files 1 Quote
PIAS2011 Posted August 5, 2011 Report Posted August 5, 2011 Hello Im trying to find out were I could put the code for me to show my Favicon. Thanks maybe this will help u http://rumblinglankan.com/264/html-code-to-add-a-favicon/ 1 Quote
Jeff Posted August 5, 2011 Report Posted August 5, 2011 Place this code just after the <head> of your layout.tpl file <link rel="icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"> Place the favicon.ico in your templates' image folder. That's how I have it. Quote
freshJet Posted August 5, 2011 Report Posted August 5, 2011 Place the favicon.ico in your templates' image folder. That's how I have it. The code it correct, but the image should be uploaded to public_html and no further. Look at the image link. Quote
freshJet Posted August 5, 2011 Report Posted August 5, 2011 Perhaps this will help: http://www.favicon.cc/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.