#2131 no add to card button on mobile !212

This commit is contained in:
Diatrex 2020-09-28 09:45:39 +03:00
parent e7e1c9e266
commit a7414bf39b

View File

@ -305,6 +305,11 @@ class AdvsController extends PublicController
$loop++;
}
}
if ($cityId) {
$catText = "$cityId->name $catText";
}
$this->template->set('showTitle', false);
$this->template->set('meta_title', $catText);
}