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