{** Display the search results ... if any **} {if is_array($fetchList) && count($fetchList)>0}

{$sourceSiteName} - {$smarty.post.searchTitle} ...

{** If the search list is returned as string **} {elseif !empty($fetchList)}

{$sourceSiteName} - {$smarty.post.searchTitle} ...

{$fetchList} {** Show the files in the xml import file **} {elseif $smarty.get.source eq 'xml'} {include file='page.user.add.xml.tpl'} {** We have an item **} {elseif $isFetched} {if $itemAdult} {include file='page.user.add.confirm.adult.tpl'} {else} {include file='page.user.add.confirm.tpl'} {/if} {** Search returned no results **} {else}

{$sourceSiteName} - {$smarty.post.searchTitle} ...

{$translate.search.noresult}

{/if}