2011-11-26 14:30:56 +00:00
|
|
|
{include file='documentHeader'}
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>{lang}wcf.chat.title{/lang} - {PAGE_TITLE|language}</title>
|
|
|
|
|
|
|
|
{include file='headInclude' sandbox=false}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="tpl{$templateName|ucfirst}">
|
|
|
|
{include file='header' sandbox=false}
|
|
|
|
|
|
|
|
<header class="mainHeading">
|
|
|
|
<img src="{icon size='L'}chat{/icon}" alt="" />
|
|
|
|
<hgroup>
|
|
|
|
<h1>{lang}wcf.chat.title{/lang}</h1>
|
|
|
|
</hgroup>
|
|
|
|
</header>
|
|
|
|
|
2011-11-27 12:13:59 +00:00
|
|
|
{foreach from=$smilies item='smiley'}
|
|
|
|
<img src="{$smiley->getURL()}" alt="{$smiley->smileyCode}" class="smiley" /><br />
|
|
|
|
{/foreach}
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
//<![CDATA[
|
|
|
|
TimWolla.WCF.Chat.init({$room->roomID}, 1);
|
|
|
|
//]]>
|
|
|
|
</script>
|
2011-11-26 14:30:56 +00:00
|
|
|
|
|
|
|
{include file='footer' sandbox=false}
|
|
|
|
</body>
|
|
|
|
</html>
|