mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
499 B
15 lines
499 B
<ul class="active">
|
|
<li onclick="Chats_ajaxAdd()">
|
|
<span class="icon">
|
|
<i class="md md-person-add"></i>
|
|
</span>
|
|
</li>
|
|
<li onclick="Chats_ajaxAddRoom()">
|
|
<span class="icon">
|
|
<i class="md md-group-add"></i>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
<span id="menu" class="on_mobile icon" onclick="MovimTpl.toggleMenu()"><i class="md md-menu"></i></span>
|
|
<span class="on_desktop icon"><i class="md md-forum"></i></span>
|
|
<h2>{$c->__('page.chats')}</h2>
|