Update default.tpl

This commit is contained in:
Nathan Patten 2014-02-24 20:28:49 +11:00
parent 624c613c89
commit 0c064d4d58

View File

@ -1,9 +1,9 @@
<h4 class="info">If you have your own irc client feel free to connect to our channel @ <b>IRC.FREENODE.NET {$GLOBAL.system.irc.chat|default:"#"}</b></h4>
<h4 class="info">If you have your own irc client feel free to connect to our channel @ <b>IRC.FREENODE.NET {$GLOBAL.system.irc.chat|default:"#lazypoolop"}</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.system.irc.chat|default:"#"}" height="768" width="100%"></iframe>
<iframe src="https://webchat.freenode.net/?channels={$GLOBAL.system.irc.chat|default:"#lazypoolop"}" height="768" width="100%"></iframe>
</table>
</div>
</article>