drupalchat.tpl.php in DrupalChat 6.2
Same filename and directory in other branches
1 theme call to drupalchat.tpl.php
- drupalchat_footer in ./
drupalchat.module - Implementation of hook_footer().
File
drupalchat.tpl.phpView source
<div id="drupalchat-wrapper">
<div id="drupalchat">
<?php
print $subpanels;
?>
</div>
</div>