{* $Id: search_result.tpl,v 1.20.2.3 2003/03/17 07:06:20 svowl Exp $ *} { include file="location.tpl" last_location=$lng.lbl_search_products } {capture name=dialog}
{if $smarty.server.QUERY_STRING ne ""}
{if $not_all_items}
{$not_all_items} {$lng.lbl_products_found}
Displaying first {$items_count}
{elseif $items_count gt "0"}
{$total_items} {$lng.lbl_products_found}
{$lng.lbl_displaying}: {$first_item} - {$last_item} {$lng.lbl_products}
{elseif $items_count eq "0"}
{$items_count} {$lng.lbl_products_found}
{/if}
{/if}
{if $products}
{capture name=dialog}
{/capture} {include file="dialog.tpl" title=$lng.lbl_search_results content=$smarty.capture.dialog extra="width=100%"} {/if}