*

Recent

Author Topic: help with adding favicon  (Read 2713 times)

emil

  • Newbie
  • *
  • Posts: 26
  • Force: +0/-0
help with adding favicon
« on: March 26, 2010, 09:04:10 PM »
just can't seam to make it work. trying for an hour  ???

Robbie

  • Sr. Member
  • ****
  • Posts: 343
  • Force: +16/-0
Re: help with adding favicon
« Reply #1 on: March 27, 2010, 02:48:13 AM »
Making what work?

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: help with adding favicon
« Reply #2 on: March 27, 2010, 09:06:17 AM »
Make sure you have your favicon uploaded and then in the template file add:
Code: [Select]
<link rel="icon" href="<?php echo $domain?>/favicon.ico" type="image/x-icon" / >
<link rel="shortcut icon" href="<?php echo $domain?>/favicon.ico" type="image/x-icon" / >
in the head tags

emil

  • Newbie
  • *
  • Posts: 26
  • Force: +0/-0
Re: help with adding favicon
« Reply #3 on: March 27, 2010, 04:40:16 PM »
thanks guys, i eventually made it work.