enable preview of mobile search

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2020-03-15 11:39:40 +01:00
parent 75337bf47f
commit 18b709659e
5 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@ class ControllerCommonLayoutSearch extends Controller {
$this->data['title'] = $this->document->title;
if(MOBILE_DEVICE) {
if(ENABLE_MOBILE_PREVIEW && MOBILE_DEVICE) {
$this->template = "common/layout-search-mobile.tpl";
} else {
$this->template = "common/layout-search.tpl";