diff --git a/application/controllers/Simplefle.php b/application/controllers/Simplefle.php
index c626c1f1..164ba714 100644
--- a/application/controllers/Simplefle.php
+++ b/application/controllers/Simplefle.php
@@ -14,6 +14,7 @@ class SimpleFLE extends CI_Controller {
$data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select
$data['bands'] = $this->bands->get_all_bands_for_user(); // Fetching Bands for FLE
+ $data['active_station_profile'] = $this->stations->find_active(); // Prepopulate active Station in Station Location Selector
$data['page_title'] = "Simple Fast Log Entry";
diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php
index 7ec1876f..b38679e1 100644
--- a/application/views/simplefle/index.php
+++ b/application/views/simplefle/index.php
@@ -9,10 +9,7 @@
var lang_simplefle_info_ln3 = "";
var lang_simplefle_info_ln4 = "";
var lang_simplefle_syntax_help = "";
- var lang_simplefle_syntax_help_ln1 = "";
- var lang_simplefle_syntax_help_ln2 = "";
- var lang_simplefle_syntax_help_ln3 = "";
- var lang_simplefle_syntax_help_ln4 = "";
+ var lang_simplefle_syntax_help_title = "";