mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Adding chat.tpl
It is a skeleton by now.
This commit is contained in:
parent
b5da946b4d
commit
bc06af9c7d
22
template/chat.tpl
Normal file
22
template/chat.tpl
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{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>
|
Loading…
Reference in New Issue
Block a user