Wonder if any of the good folks can assist..
I have installed a basic theme Joomla 1.5 template but looking to change the text writing of the site name to our image logo.
Here is the code in the source at the moment.
<div id="logo"><a href="<?php echo $baseurl = JURI::base();?>"><?php echo $mainframe->getCfg('sitename');?></a></div>
Tried img src tag etc but no success...
What will be the right way of doing this create a custom html module and position there? Or is there an alternate php way one is missing?
Thanks for your assistance in advance.
Kof