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.
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 ?.