This is the code that shows the channel name on the view_video.tpl. I would like the assigned channel image to show instead of the name.

{insert name=video_channel assign=channel vid=$VID}
{section name=k loop=$channel}
{$channel[k].name}
{/section}

This is the code in the channel.tpl that shows the images for each channel.

[img]{$baseurl}/chimg/{$answers[i].CHID}.jpg[/img]

any help would be great :)