Dynamic Header and Footer
Allows a site header and footer to be dynamically included without modifying templates.
Project Details
Many site owners use 'header.php' and 'footer.php' include files so that only a single file has to be changed to alter the header/footer across an entire website. These files are generally included on a webpage with statements like:
This plugin allows you to specify a path to those various include files to wrap each MyBB page with consistent branding without modifying any MyBB template files. Any changes you make to your header/footer are instantly reflected in MyBB.
require_once "includes/header.php";
This plugin allows you to specify a path to those various include files to wrap each MyBB page with consistent branding without modifying any MyBB template files. Any changes you make to your header/footer are instantly reflected in MyBB.
- Author
- thruska
- Collaborators
- None
- Version
- 1.2
- Submitted
- 2015-03-07, 10:51 PM
- Last Updated
- 2015-03-13, 04:53 PM
- Bug Tracking
- Disabled
- MyBB Versions
- 1.8.x