<?php define('IN_MYBB', 1); require "./global.php"; add_breadcrumb("Extras", "extras.php"); eval("\$html = \"".$templates->get("extras")."\";"); output_page($html); ?>
<html> <head> <title>{$mybb->settings['bbname']} - Extras</title> {$headerinclude} </head> <body> {$header} Your content here {$footer} </body> </html>
Loading Info...