Re: ... change image and text of the Weblinks Component To change the text, you have to edit the language file, e.g., language/english.php. You can do this via the Administrator panel.
To change the graphic, replace the file images/M_images/web_links.jpg with your own file named web_links.jpg.
To move the image from the right side to left side, you have to edit the components/com_weblinks/weblinks.html.php file. Around line 40 or so, you should see $align='right'. change this to $align='left'. |