MyBB Community Forums

Full Version: Put a navigation bar at the top of the site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Currently I'm trying to put a navigation bar on top that integrates seamlessly with my site; what I tried doing was adding into the globals.php file

require_once("../includes/header.php");

Which links back to my header file with my nav menu. It looked nice and blended well, but the problem arose that it seemed to affect login functions. Does anyone know the proper way to do this or have a finger they can point in the correct direction?
Undecided