From 45a59a082d1485d5bf370b79d23d7d535e9fa645 Mon Sep 17 00:00:00 2001 From: sostler Date: Fri, 21 May 2010 19:58:47 -0400 Subject: Add tinychat test --- template/chat.st | 14 ++++++++++++++ template/tinychat.st | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 template/tinychat.st (limited to 'template') diff --git a/template/chat.st b/template/chat.st index 2eb1f30..c54936b 100644 --- a/template/chat.st +++ b/template/chat.st @@ -48,10 +48,24 @@ $endif$ } jQuery(document).ready(startTitleUpdater); + $banner()$ +$if(isadmin)$ +$tinychat()$ +$endif$
+
diff --git a/template/tinychat.st b/template/tinychat.st new file mode 100644 index 0000000..58ecba3 --- /dev/null +++ b/template/tinychat.st @@ -0,0 +1,12 @@ +$if(user_nick)$ + + +

Tinychat Friends

+$endif$ -- cgit v1.2.3-70-g09d2