index.rhtml
380 Bytes
<div id="search-page">
<%= search_page_title('', :query => @query, :category => @category ? @category.name : nil, :total_results => @total_results) %>
<%= render :partial => 'search_form', :locals => { :form_title => _("Refine your search"), :simple_search => true } %>
<%= render :partial => 'display_results' %>
</div><!-- end id="search-page" -->
<br style="clear:both" />