mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-05 21:06:07 -06:00
parent
7dc34dc411
commit
e173ea529b
@ -6,7 +6,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="filter" class="w-100 mb-3">
|
<div id="filter" class="w-100 mb-3">
|
||||||
|
|
||||||
{{ addBlock('ads-list/partials/list-filter',{'mainCats':mainCats,'subCats':subCats,'ranges':ranges,'checkboxes':checkboxes})|raw }}
|
{{ addBlock('ads-list/partials/list-filter',{'mainCats':mainCats,'subCats':subCats,'ranges':ranges,'checkboxes':checkboxes,'radio':radio})|raw }}
|
||||||
|
|
||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<div class="card-header breadcrumb mb-0" id="priceHeading">
|
<div class="card-header breadcrumb mb-0" id="priceHeading">
|
||||||
|
|||||||
@ -195,7 +195,6 @@ class AdvsController extends PublicController
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (isset($param['cat']) and $param['cat'] != "") {
|
if (isset($param['cat']) and $param['cat'] != "") {
|
||||||
$cat = $param['cat'];
|
$cat = $param['cat'];
|
||||||
$seo_keywords = $this->category_model->getMeta_keywords($param['cat']);
|
$seo_keywords = $this->category_model->getMeta_keywords($param['cat']);
|
||||||
@ -218,6 +217,7 @@ class AdvsController extends PublicController
|
|||||||
$checkboxes = $returnvalues['checkboxes'];
|
$checkboxes = $returnvalues['checkboxes'];
|
||||||
$topfields = $returnvalues['topfields'];
|
$topfields = $returnvalues['topfields'];
|
||||||
$ranges = $returnvalues['ranges'];
|
$ranges = $returnvalues['ranges'];
|
||||||
|
$radio = $returnvalues['radio'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($param['user'])) {
|
if (!empty($param['user'])) {
|
||||||
@ -226,7 +226,7 @@ class AdvsController extends PublicController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$compact = compact('advs', 'countries', 'mainCats', 'subCats', 'checkboxes', 'request',
|
$compact = compact('advs', 'countries', 'mainCats', 'subCats', 'checkboxes', 'request',
|
||||||
'user', 'userProfile', 'featured_advs', 'type', 'topfields', 'ranges', 'seenList', 'searchedCountry');
|
'user', 'userProfile', 'featured_advs', 'type', 'topfields', 'ranges', 'seenList', 'searchedCountry', 'radio');
|
||||||
|
|
||||||
Cookie::queue(Cookie::make('last_search', $this->requestHttp->getRequestUri(), 84000));
|
Cookie::queue(Cookie::make('last_search', $this->requestHttp->getRequestUri(), 84000));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user