1{*
2 * This file allows you to customize your search page.
3 * You can safely remove it if you want it to appear exactly like all other product listing pages
4 *}
5{extends file='catalog/listing/product-list.tpl'}
6
7{block name="error_content"}
8  <h4>{l s='No matches were found for your search' d='Shop.Theme.Catalog'}</h4>
9  <p>{l s='Please try other keywords to describe what you are looking for.' d='Shop.Theme.Catalog'}</p>
10{/block}
11