MyBB Community Forums

Full Version: Where is the end of the header template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So at the end of the header template there is this piece of code at the end:

<div id="content">
  <div class="wrapper">
    {$pm_notice}
    {$bannedwarning}
    {$bbclosedwarning}
    {$unreadreports}
    {$pending_joinrequests}
    {$awaitingusers}
    <navigation>
    <br />

Where is the rest of the code?
header part consists of the logo, top links, welcome block (for the guests & members) and the navigation (breadcrumbs) ..

if you need to add some content to the bottom of header which is visible to all then
you can add the required code at bottom of the header template

(edited)
(2015-02-26, 07:11 AM).m. Wrote: [ -> ]header part consists of the logo, top links,  welcome block (for the guests & members) and the navigation (breadcrumbs)  ..

if you need to add some content to the bottom of header which is visible to all then
you can add the required code at bottom of the header template

(edited)

But its missing two </div>'s.... 
At the footer?
as Omar said, content and wrapper div elements are closed in later templates
mentioned <div id="content"> closes in the footer & <div class="wrapper"> closes in header_welcomeblock_member (or _guest) template