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

@@ -7,7 +7,7 @@ class Dxcalendar extends CI_Controller {
$this->load->model('logbook_model');
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
$data['page_title'] = "DX Calendar";
$data['page_title'] = __("DX Calendar");
$this->load->driver('cache', array('adapter' => 'file', 'backup' => 'file'));
$rssUrl = 'http://www.ng3k.com/adxo.xml';