diff --git a/index.php b/index.php
index a6ab92f..7b71113 100644
--- a/index.php
+++ b/index.php
@@ -53,6 +53,21 @@ window.onbeforeunload = function() {
}
}
}
+
+t = {
+ $value) {
+ $tOutput .= '"'.$key.'" : "'.$value.'",'.PHP_EOL;
+}
+echo rtrim($tOutput,",".PHP_EOL).PHP_EOL;
+
+// Back to the lang array for index
+$t = $text['index'];
+?>
+}