Anyone else getting the right sidebar printed out when nothing is there?
td.right should not be printed out unless there is a block being printed out inside it. It should show the entire page instead, without the sidebar. Perhaps we need to add the regions into the template.php file.
Comments
Comment #1
matt v. commentedI'd welcome a patch on this issue, if anyone cares to work on it.
Comment #2
darkmusic commentedwell i noticed i was having this problem in the 6.x version anyways so i figured out what needs to be changed in the page.tpl.php file.
change:
to:
notice that the
if ($left || $right):(and its closing tag) is now outside the entire table cell. it works for me!Comment #3
matt v. commenteddarkmusic,
Thanks for the fix. I've now committed that update.