mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[OQRS] Added option to set global text to be displayed on top of OQRS page.
This commit is contained in:
@@ -21,6 +21,8 @@ class Oqrs extends CI_Controller {
|
||||
|
||||
$data['stations'] = $this->oqrs_model->get_oqrs_stations();
|
||||
$data['page_title'] = "Log Search & OQRS";
|
||||
$data['global_oqrs_text'] = $this->optionslib->get_option('global_oqrs_text');
|
||||
|
||||
|
||||
$this->load->view('visitor/layout/header', $data);
|
||||
$this->load->view('oqrs/index');
|
||||
|
||||
Reference in New Issue
Block a user