Open index.php via notepad or the edit with joomla.
Goto line 53 and find,
| Code: |
<div id="logo"><a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $mosConfig_sitename; ?>"><img alt="<?php echo $mosConfig_sitename; ?>" src="<?php echo $mosConfig_live_site;?>/templates/simplify_blue/images/simplifylogo.gif" width="230" height="40" border="0" style="margin: 0px 0px 13px 18px;" /></a></div>
|
Where,
| Code: |
<a href="<?php echo $mosConfig_live_site;?>"
|
is, change to,
| Code: |
<a href="http://linktosite.com/"
|
I have tested this and it works. Make sure you keep the rest in tact.