mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
page titles
This commit is contained in:
@@ -17,7 +17,7 @@ class Csv extends CI_Controller {
|
||||
$data['modes'] = $this->modes->active(); // Used in the view for mode select
|
||||
$data['dxcc'] = $this->logbook_model->fetchDxcc(); // Used in the view for dxcc select
|
||||
|
||||
$data['page_title'] = "SOTA CSV Export";
|
||||
$data['page_title'] = __("SOTA CSV Export");
|
||||
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('csv/index');
|
||||
|
||||
Reference in New Issue
Block a user