added a beacon to the chevrons to visually represent the used sort method and order

This commit is contained in:
SJ
2014-01-10 12:27:26 +01:00
parent dc8036f220
commit 8a0a5198d0
5 changed files with 20 additions and 16 deletions

View File

@ -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();
}