Where would i add this variable

<?php
 print $closure 
?>

as referenced in this issue #988290: No chat displayed on page after enabling and adding account id ?

Comments

webmatter’s picture

Hi, first you should add the below_content in your page.tpl.php on line 133 if ($page['below_content']):

print render($page['below_content']);

endif;
Parisi has kindly provided a patch here http://drupal.org/node/1112186

If it still doesn't work put your

print $closure

at the end just before the closing body tag as suggested in your referenced thread.