Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print of sidebar content on wrong place #3

Closed
Klap-in opened this issue Jan 25, 2010 · 1 comment
Closed

print of sidebar content on wrong place #3

Klap-in opened this issue Jan 25, 2010 · 1 comment

Comments

@Klap-in
Copy link

Klap-in commented Jan 25, 2010

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
Copy link
Owner

Fixed!!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants