mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
load page dataa on header
This commit is contained in:
@@ -524,8 +524,8 @@ class Stationsetup extends CI_Controller {
|
||||
$this->load->model('stationsetup_model');
|
||||
$data['locations'] = $this->stationsetup_model->list_all_locations()->result();
|
||||
$data['page_title'] = __("Station location list");
|
||||
$this->load->view('interface_assets/header');
|
||||
$this->load->view('stationsetup/locationlist', $data);
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('stationsetup/locationlist');
|
||||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user