A little code help. - Joomla! Forum - community, help and support
in line below, how can replace sitename image. instead of posting sitename, post said image? in advance.
<div id="logo"><a href="index.php"><?php echo $mainframe->getcfg('sitename') ;?></a></div>
<div id="logo"><a href="index.php"><?php echo $mainframe->getcfg('sitename') ;?></a></div>
change following
to
note: change directory name , logo image file name suit need.
<div id="logo"><a href="index.php"><?php echo $mainframe->getcfg('sitename') ;?></a></div>
to
code: select all
<div id="logo"><a href="<?php echo $this->baseurl ?>/"><img src="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/images/mw_joomla_logo.png" /></a></div>
note: change directory name , logo image file name suit need.
Comments
Post a Comment