1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-11-01 14:20:07 +00:00
Tims-Chat/template/chatNavigationInclude.tpl
Tim Düsterhus e8b1a759f4 Use placeholder instead of Template-Listener
Moved sidebar into an own template
2012-03-04 16:03:18 +01:00

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>