drupalchat.tpl.php in DrupalChat 7
Same filename and directory in other branches
1 theme call to drupalchat.tpl.php
File
drupalchat.tpl.phpView source
<div id="drupalchat-wrapper">
<div id="drupalchat">
<?php
print $subpanels;
?>
<div id="drupalchat-chat-options" class="drupalchat_popup">
<ul>
<li id="drupalchat-chat-options-s"><a href="#">Mute</a></li>
</ul>
</div>
</div>
</div>