mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
bc06af9c7d
It is a skeleton by now.
22 lines
444 B
Smarty
22 lines
444 B
Smarty
{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>
|
|
|
|
|
|
{include file='footer' sandbox=false}
|
|
</body>
|
|
</html> |