Hi, I'd like to add a small icon to the sort heading in the product tabular display page.

The code which outputs the <th>Heading link</th> is from the [FONT=Courier New]zen_create_sort_heading[/FONT] function.

Could someone let me know what the code would look like if I have the icon located in the /images/icon directory within my template.

I figure its something like - > [FONT=Courier New]zen_image_button(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT, 'class="listingBuyNowButton"')[/FONT] but different.

Thanks.