$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

@@ -38,10 +38,10 @@ class Sattimers extends CI_Controller {
$data['gridsquare'] = strtoupper($this->stations->find_gridsquare());
if ($data['gridsquare'] == "0") {
$this->session->set_flashdata('message', lang('dashboard_locations_warning'));
$this->session->set_flashdata('message', sprintf(__("You have no station locations. Go %s to create it!"), '<a href="' . site_url('stationsetup') . '">' . __("here") . '</a>'));
}
$data['page_title'] = "Satellite Timers";
$data['page_title'] = __("Satellite Timers");
$CI =& get_instance();
if($CI->session->userdata('user_date_format')) {