i'm trying to add an image to this include, but can't seem to get it right. i simply want to add:
<img src="images/printer.gif border="0"><BR>
INSIDE the link BEFORE the $lang['printer_version_link'] code.
this is the existing code:
function create_printer_friendly_link()
{
global $lang;
$display = '<a href="index.php?action=listingview&listingID='.$_GET['listingID'].'&printer_friendly=yes">'.$lang['printer_version_link'].'</a>';
return $display;
}
any help would be appreciated.