Closed (fixed)
Project:
Havasu
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 May 2012 at 23:23 UTC
Updated:
3 May 2012 at 18:45 UTC
in page.tpl.php in line 51-53 i changed these lines
print render($page['tabs']);
print render($page['help']);
print render($page['messages']);
TO
print render($tabs);
print render($help);
print render($messages);
Now everything is Working.
Comments
Comment #1
jhubley commentedHi mrcniceguy,
Thanks for alerting me to the problem and for sending in the fix to boot. I really appreciate it! I've committed your changes to the project.
Comment #2
jhubley commentedComment #2.0
jhubley commentedreduced <?php ?.