1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Removing Chat from chatNavigationInclude.tpl

This commit is contained in:
Tim Düsterhus 2012-03-04 18:14:13 +01:00
parent c5def4a811
commit f28b24e3ad

View File

@ -2,9 +2,4 @@
<a href="{link controller="Chat" action="Log"}{/link}" title="{lang}wcf.chat.protocol{/lang}" class="jsTooltip"> <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> <img src="{icon size='S'}session1{/icon}" alt="" /> <span>{lang}wcf.chat.protocol{/lang}</span>
</a> </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> </li>