tags:

views:

999

answers:

3

hi me a newbie and i want to add a favicon in joomla 1.5.12 package.i m using rockettheme rt_catalyst

+1  A: 

Two ways:

  1. Drop a favicon.ico file into your site's root directory (i.e example.com/favicon.ico)
  2. Add <link rel="shortcut icon" type="image/x-icon" href="/path/to/your/icon.extension" /> within your theme's head block.
ceejayoz
A: 

Thanks! Ceejayoz Your method works in Mozilla and IE. but favicon is not showing in Google Chrome...Please help me out

A: 

Visit the following link How to add a favicon Joomla 1.5

Roland