Category Image show full size.

Anyone show the full detailed image on their category page?



I have a manually uploaded thumbnail for showing on Category listings, but when you click the actual category, I want the large detailed one to show up.



{if $category_data.main_pair}


{include file="common_templates/image.tpl" show_detailed_link=false images=$category_data.main_pair object_type="detailed_category" no_ids=true show_thumbnail="N"}

{/if}




This works if the thumbnail is auto generated. but if the Thumb and Detailed are manually generated the above code shows the manual thumb again.



Any ideas?


{$category_data.main_pair.detailed.alt}




this will work!