Closed Klap-in closed 14 years ago
In the action.php there is call to a function that prints the sidebar content before div is opened of the sidebar it self.
I resolved it for myself (but i am absolutely not a php expert) by replace line line 38 by line 31.
replaced on l38: print $sidebar; by $this->p_sidebar($pos); removed this last line l31
Fixed!!
In the action.php there is call to a function that prints the sidebar content before div is opened of the sidebar it self.
I resolved it for myself (but i am absolutely not a php expert) by replace line line 38 by line 31.
replaced on l38: print $sidebar; by
$this->p_sidebar($pos); removed this last line l31