mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
e8b1a759f4
Moved sidebar into an own template
10 lines
434 B
Smarty
10 lines
434 B
Smarty
<li>
|
|
<a href="{link controller="Chat" action="Log"}{/link}" title="{lang}wcf.chat.protocol{/lang}" class="jsTooltip">
|
|
<img src="{icon size='S'}session1{/icon}" alt="" /> <span>{lang}wcf.chat.protocol{/lang}</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{link controller="Chat"}{/link}" title="{lang}wcf.chat.title{/lang}" class="jsTooltip">
|
|
<img src="{icon size='S'}chat{/icon}" alt="" /> <span>{lang}wcf.chat.title{/lang}</span>
|
|
</a>
|
|
</li> |