Tabs Close to Navbar
Say Forum 1 does not have a description filled in.
Forum 2 has a description filled in.
Create an article in Forum 2, called "Fake" with any text.
Create an article in Forum 1, called "Fake Link". This article redirects to "Fake"
The article "Fake" will look fine.
If redirect=no, "Fake Link" looks fine.
But if you let "Fake Link" resolve to "Fake" the spacing between the navbar and the article tabs is missing.
This occurs because the template checks the value of $foruminfo['description'] to determine if padding was already added. The description has been modified by the redirect resolution, so it checks that the wrong one was added.
Fixed for the next build by using the $show['forumdesc'] boolean instead of $foruminfo['description'] in the final template.