c791e3bc08
* Update search.jet.html * show refine constantly in "no results" page * no results page is now a box * remove useless class
8 lignes
307 o
HTML
8 lignes
307 o
HTML
{{ extends "layouts/index_site" }}
|
|
{{block title()}}{{ T("err_no_results")}}{{end}}
|
|
{{block content_body()}}
|
|
<div style="text-align: center;border-top: none;" class="box">
|
|
<h1>{{ T("err_no_results")}}</h1>
|
|
<img src="/img/no_results.jpg" alt="no results"/>
|
|
</div>
|
|
{{end}} {{block mascot()}}<br />{{end}}
|