Joomla
Joomla Tips and Tricks
#34 - Linking your Logo to the HomePage
|
|
#34 - Linking your Logo to the HomePage
Using ftp software or otherwise, go to the index.php file of you template in joomla/<template>/index.php Look for something like <div id="logo"></div> (this is what displays the logo in Joomla 1.5), and change this to <a href="index.php"><div id="logo"></div></a> This simply creates a link to the default Joomla homepage from your logo! |