|
@@ -26,8 +26,8 @@
|
|
|
*/
|
|
|
|
|
|
//add multi-lingual support
|
|
|
- $language = new text;
|
|
|
- $text = $language->get();
|
|
|
+$language = new text;
|
|
|
+$text = $language->get();
|
|
|
|
|
|
echo "<html>";
|
|
|
echo "<head>";
|
|
@@ -85,4 +85,4 @@ echo "</head>";
|
|
|
echo "<body style='margin: 0; padding: 5px;'>";
|
|
|
echo "<div align='center'>";
|
|
|
|
|
|
-?>
|
|
|
+?>
|