[Station Locations] Missed a title that needed changed
这个提交包含在:
父节点
673228bc4c
当前提交
141d27f008
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -25,7 +25,7 @@ class Station extends CI_Controller {
|
||||||
$data['is_there_qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
|
$data['is_there_qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
|
||||||
|
|
||||||
// Render Page
|
// Render Page
|
||||||
$data['page_title'] = "Station Profiles";
|
$data['page_title'] = "Station Location";
|
||||||
$this->load->view('interface_assets/header', $data);
|
$this->load->view('interface_assets/header', $data);
|
||||||
$this->load->view('station_profile/index');
|
$this->load->view('station_profile/index');
|
||||||
$this->load->view('interface_assets/footer');
|
$this->load->view('interface_assets/footer');
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用