chimeric / dokuwiki-plugin-sidebarng

http://dokuwiki.org/plugin:sidebarng
GNU General Public License v2.0
2 stars 2 forks source link

print of sidebar content on wrong place #3

Closed Klap-in closed 14 years ago

Klap-in commented 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

chimeric commented 14 years ago

Fixed!!