diff --git a/application/controllers/Contesting.php b/application/controllers/Contesting.php index 6beb4edf..0200380a 100644 --- a/application/controllers/Contesting.php +++ b/application/controllers/Contesting.php @@ -22,6 +22,7 @@ class Contesting extends CI_Controller { $this->load->model('contesting_model'); $data['my_gridsquare'] = $this->stations->find_gridsquare(); + $data['my_dok'] = ""; // For now, this is set to blank, but need function to get $data['radios'] = $this->cat->radios(); $data['modes'] = $this->modes->active(); $data['contestnames'] = $this->contesting_model->getActivecontests(); diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php index ddac3236..140d9a04 100644 --- a/application/views/contesting/index.php +++ b/application/views/contesting/index.php @@ -13,6 +13,9 @@
-