From bc06af9c7d82ae9f3999a48969de410b1342ddc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 26 Nov 2011 15:30:56 +0100 Subject: [PATCH] Adding chat.tpl It is a skeleton by now. --- template/chat.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 template/chat.tpl diff --git a/template/chat.tpl b/template/chat.tpl new file mode 100644 index 0000000..768628e --- /dev/null +++ b/template/chat.tpl @@ -0,0 +1,22 @@ +{include file='documentHeader'} + + + {lang}wcf.chat.title{/lang} - {PAGE_TITLE|language} + + {include file='headInclude' sandbox=false} + + + +{include file='header' sandbox=false} + +
+ +
+

{lang}wcf.chat.title{/lang}

+
+
+ + +{include file='footer' sandbox=false} + + \ No newline at end of file