diff --git a/application/controllers/Simplefle.php b/application/controllers/Simplefle.php index 8864d2c32..d0859fcd7 100644 --- a/application/controllers/Simplefle.php +++ b/application/controllers/Simplefle.php @@ -11,7 +11,9 @@ class SimpleFLE extends CI_Controller { $this->load->model('logbook_model'); $this->load->model('modes'); $this->load->model('bands'); - + $this->load->model('contesting_model'); + + $data['contests']=$this->contesting_model->getActivecontests(); $data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select $data['bands'] = $this->bands->get_all_bands(); // Fetching Bands for SFLE $data['modes'] = $this->modes_array(); // Fetching Modes for SFLE diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 1e5df67a2..1d2040548 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -7,38 +7,43 @@
= __("Current UTC Time"); ?>
+ += __("Current UTC Time"); ?>
- + + + = __("You can add the entered QSOs to a contest."); ?>