Active
Project:
Black Piano
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2011 at 23:13 UTC
Updated:
12 Jul 2011 at 14:08 UTC
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
Comment #1
webmatter commentedHi, 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
at the end just before the closing body tag as suggested in your referenced thread.