{* Search engine popup $Id: lookup.tpl,v 2.35 2009/04/04 16:21:34 andig2 Exp $ *} {include file="xml.tpl"}
|
{if $http_error} {$http_error}
{/if}
{if $imdbresults}
{$lang.l_select}
{if $searchtype == 'image'}
{foreach item=match from=$imdbresults}
{/foreach}
{else}
{$lang.l_nothing}
{/if} |