mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Also add QSL/contest tooltips to advanced search results
This commit is contained in:
parent
a6faa1310b
commit
d2fdcd6546
3 changed files with 144 additions and 65 deletions
|
|
@ -12,6 +12,12 @@ class Search extends CI_Controller {
|
|||
$this->load->model('user_model');
|
||||
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||
}
|
||||
|
||||
// Load language files
|
||||
$this->lang->load(array(
|
||||
'lotw',
|
||||
'eqsl',
|
||||
));
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
@ -277,4 +283,4 @@ class Search extends CI_Controller {
|
|||
}
|
||||
return $query;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue