You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion, the include hooks pageheader.html and pagefooter.html are not positioned correctly. Those data should be displayed directly above or below the content.
At the moment, however, it is displayed above the navigation or below in the page information.
I would be happy if this were changed (affects main.php lines 280 to 380):
Issue Description
In my opinion, the include hooks pageheader.html and pagefooter.html are not positioned correctly. Those data should be displayed directly above or below the content.
At the moment, however, it is displayed above the navigation or below in the page information.
I would be happy if this were changed (affects main.php lines 280 to 380):
tpl_includeFile('pageheader.html')
directly abovetpl_content(false)
tpl_includeFile('pagefooter.html')
directly afterecho template::getInstance()->getInclude( 'footer', ...
The text was updated successfully, but these errors were encountered: