From 5f882529cc72c423dfcb9ed61ffb5c340d6911c2 Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 4 Mar 2020 17:52:28 -0700 Subject: [PATCH] Template: Retain default enter to submit form, Add global keyboard shortcut scripts. --- themes/default/template.php | 125 +++++++++++++++++++++++++++++++++++- 1 file changed, 124 insertions(+), 1 deletion(-) diff --git a/themes/default/template.php b/themes/default/template.php index 31bd3ff944..99bbc3effc 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -985,7 +985,130 @@ else { unset($_SESSION['background_image']); } + +//add multilingual support + $language = new text; + $text = $language->get(); + +//global helper scripts + echo "\n"; + echo "\n"; echo "\n"; -?> +?> \ No newline at end of file