I want to add a favicon in joomla 1.5.12 package. I'm using rockettheme rt_catalyst
Asked
Active
Viewed 4,959 times
Two ways:
favicon.ico
file into your site's root directory (i.e example.com/favicon.ico)<link rel="shortcut icon" type="image/x-icon" href="/path/to/your/icon.extension" />
within your theme's head
block.