Hello All,

trying to add the wishlist addon, and I have the text link from the mod
working and all is well but I would like to have the IMAGE for the add to wishlist
not the text, anyone know how to make this an image from the text ?

<?php
// (un): start wishlist link
echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . UN_TEXT_ADD_WISHLIST . '</a>';
// (un): end wishlist link
?>

Image code from the mods TPL file for the sidebox--
$content .= zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT);

can the two be combined ?

Thx
Erick