MyBB Requests

Extras Page

Submitted by Pirate, , Thread ID: 3952

Thread Closed

RE: Extras Page

#3
extras.php

Code:
<?php
define('IN_MYBB', 1);

require "./global.php";
add_breadcrumb("Extras", "extras.php");


eval("\$html = \"".$templates->get("extras")."\";");
output_page($html);
?>

Templates & Style > Templates > Global Templates > Add template > name it "extras"

Code:
<html>
<head>
<title>{$mybb->settings['bbname']} - Extras</title>
{$headerinclude}
</head>
<body>
{$header}

Your content here

{$footer}
</body>
</html>

Users browsing this thread: 1 Guest(s)