Hello,
The search results is displayed in the layout /alone_category/tmpl/default.php
I'd like it in the layout /alone_category/tmpl/list.php
How can I do that please ?
[edit]
in /components/com_vehiclemanager/vehiclemanager.php on line ~3922
there is this line :
Code: |
$layout = $vehiclemanager_configuration['view_type'];
|
changed to :
that do the trick but is there any other way ?
Where do i set the $vehiclemanager_configuration['view_type'] variable in the back office ?
[edit]