page titles

This commit is contained in:
HB9HIL
2024-06-08 11:01:59 +02:00
parent 0b8fd515bd
commit 2a5c6538aa
51 changed files with 162 additions and 162 deletions

View File

@@ -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');