Hello experts I have a problem in jomsocial. I am using default template of jomsocial. I want to edit its front page and also other. I want to display my own created picture having the length of 950x180 on the top of the toolbar. . I write this code on the top in the file of `toolbar.index.php' <div class="myBody"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" height="180"> <img src="http://localhost/joomla/images/banners/header6.jpg" border="0" height="180" width="950"/> </td> </tr> </table> </div> This code is displaying my picture on my required position. But my problem is I do not want to display full path of the image that is http://localhost/joomla/images/banners/header6.jpg. any body please help me for it.. I will be thankful to you .. need urgent help