I have the following code in my entry-list-template
that shows the list, but how can I point to the correct entry to be shown in full when clicked upon.....{foreach from=$entries item=entry}
{if $entry.country==$myvar}
{$entry.sender}
{$entry.date} {$entry.time} {$titles.time_hour}
{/if}
{/foreach}
Ronny