mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:17:02 +02:00
added a beacon to the chevrons to visually represent the used sort method and order
This commit is contained in:
@ -78,6 +78,8 @@ class ControllerSearchHelper extends Controller {
|
||||
|
||||
if($this->data['hits_to'] > $this->data['n']) { $this->data['hits_to'] = $this->data['n']; }
|
||||
|
||||
$this->data['sort'] = $this->request->post['sort'];
|
||||
$this->data['order'] = $this->request->post['order'];
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
Reference in New Issue
Block a user