diff --git a/application/controllers/Kmlexport.php b/application/controllers/Kmlexport.php
index b106900e..711ebc68 100644
--- a/application/controllers/Kmlexport.php
+++ b/application/controllers/Kmlexport.php
@@ -90,17 +90,8 @@ class Kmlexport extends CI_Controller {
$output .= "";
$output .= "";
- if (!file_exists('kml')) {
- mkdir('kml', 0755, true);
- }
-
- if ( ! write_file('kml/qsos.kml', $output)) {
- echo 'Unable to write the file. Make sure the folder KML has write permissions.';
- }
- else {
- header("Content-Disposition: attachment; filename=\"qsos.kml\"");
- echo $output;
- }
+ header("Content-Disposition: attachment; filename=\"qsos.kml\"");
+ echo $output;
}
-}
\ No newline at end of file
+}
diff --git a/application/language/english/menu_lang.php b/application/language/english/menu_lang.php
new file mode 100644
index 00000000..5a2ebcb2
--- /dev/null
+++ b/application/language/english/menu_lang.php
@@ -0,0 +1,78 @@
+";
var $textAndPic = $('