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>

change following
<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

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support