[ADD] Chat tpl

This commit is contained in:
Nathan Patten 2014-02-22 21:35:27 +11:00
parent b79bd6ae8e
commit 2aab514624

View File

@ -0,0 +1,9 @@
<h4 class="info">If you have your own irc client feel free to connect to our channel @ <b>IRC.FREENODE.NET {$GLOBAL.acl.irc.chat|default:"#"}</b></h4>
<article class="module width_full">
<header><h3>Web Chat</h3></header>
<div class="module_content">
<table width="100%">
<iframe src="https://webchat.freenode.net/?channels={$GLOBAL.acl.irc.chat|default:"#"}" height="768" width="100%"></iframe>
</table>
</div>
</article>