$this and $ci lang fixes

This commit is contained in:
HB9HIL
2024-06-06 21:32:42 +02:00
parent 133191d93e
commit d7e7c8a79f
24 changed files with 179 additions and 184 deletions

View File

@@ -24,7 +24,7 @@ class Statistics extends CI_Controller {
// Render User Interface
// Set Page Title
$data['page_title'] = $this->lang->line('statistics_statistics');
$data['page_title'] = __("Statistics");
$data['sat_active'] = array_search("SAT", $this->bands->get_user_bands(), true);
// Load Views