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

@@ -16,7 +16,7 @@ class Contestcalendar extends CI_Controller {
redirect('dashboard');
}
$data['page_title'] = "Contest Calendar";
$data['page_title'] = __("Contest Calendar");
// get the raw data and parse it
$rssRawData = $this->getRssData();