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}
|
2011-11-26 16:19:34 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
//<![CDATA[
|
|
|
|
new TimWolla.WCF.Chat({$roomID},1);
|
|
|
|
//]]>
|
|
|
|
</script>
|
2011-11-26 14:30:56 +00:00
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
|
|
{include file='footer' sandbox=false}
|
|
|
|
</body>
|
|
|
|
</html>
|