From d7855b2af3ad1e974fb2162fadc59cd334c93cb2 Mon Sep 17 00:00:00 2001 From: max-m Date: Sat, 10 Dec 2011 15:42:15 +0100 Subject: [PATCH] Added new options an language vars Added new options and language vars, edited chatJavascriptInclude.tpl to conform to the HTML5 standard --- language/de.xml | 28 ++++++++++++- option.xml | 65 +++++++++++++++++++++++++++++- template/chatJavascriptInclude.tpl | 2 +- 3 files changed, 92 insertions(+), 3 deletions(-) diff --git a/language/de.xml b/language/de.xml index ddc5406..d785e61 100644 --- a/language/de.xml +++ b/language/de.xml @@ -1,5 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -7,7 +33,7 @@ - Chat entwickelt von TimWolla]]> + Chat{if CHAT_SHOW_VERSION == 1} Version {$chatVersion}{/if} entwickelt von TimWolla]]> diff --git a/option.xml b/option.xml index 8b467f8..9a921a9 100644 --- a/option.xml +++ b/option.xml @@ -6,14 +6,77 @@ chat + + chat + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/template/chatJavascriptInclude.tpl b/template/chatJavascriptInclude.tpl index 70a3857..36de2b6 100644 --- a/template/chatJavascriptInclude.tpl +++ b/template/chatJavascriptInclude.tpl @@ -1 +1 @@ -{if $templateName == 'chat'}{/if} \ No newline at end of file +{if $templateName == 'chat'}{/if} \ No newline at end of file