mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
ca7523b43d
@ -80,6 +80,9 @@
|
||||
</div><!-- category-change -->
|
||||
</div>
|
||||
</div>
|
||||
{% if entries('advs').isEnabled('customfields') %}
|
||||
{% include "visiosoft.module.customfields::selecttop" %}
|
||||
{% endif %}
|
||||
<div class="category-tabs">
|
||||
|
||||
</div>
|
||||
|
||||
@ -120,7 +120,7 @@ class AdvsController extends PublicController
|
||||
$userProfile = $profileRepository->getProfile($user->id);
|
||||
}
|
||||
$compact = compact('advs', 'countries', 'mainCats', 'subCats', 'textfields', 'checkboxes', 'request',
|
||||
'user', 'userProfile', 'featured_advs', 'type', 'topfields', 'ranges');
|
||||
'user', 'userProfile', 'featured_advs', 'type', 'topfields', 'ranges', 'seenList');
|
||||
|
||||
Cookie::queue(Cookie::make('last_search', $request->getRequestUri(), 84000));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user