0

I want to add a favicon in joomla 1.5.12 package. I'm using rockettheme rt_catalyst

fglez
  • 8,422
  • 4
  • 47
  • 78

1 Answers1

2

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
  • 176,543
  • 40
  • 303
  • 368