{include file="header.html"}

Search Results For {$q}

{if empty($q)}
the Query is Empty
{elseif $total_records eq 0}
The are no results for the word {$q}
{else}
{$pagi} {/if}
{include file="sidebar.html"}
{include file="footer.html"}