You are here

drupalchat.tpl.php in DrupalChat 7.2

Same filename and directory in other branches
  1. 6.2 drupalchat.tpl.php
  2. 7 drupalchat.tpl.php

File

drupalchat.tpl.php
View 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>