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

jhubley’s picture

Status: Active » Fixed

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

jhubley’s picture

Status: Fixed » Closed (fixed)
jhubley’s picture

Issue summary: View changes

reduced <?php ?.