MyBB Community Forums

Full Version: PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using this script for my rules page

<?php

define('IN_MYBB', 1); // (1a)
require "./global.php"; // (1b)

add_breadcrumb("Rules page", "rules.php"); // (2)

eval("\$rules = \"".$templates->get("rules")."\";"); // (3)
output_page($rules); // (4)
?>

But what code do i need to add so that on the online page it says "Viewing Rules Page" as it says unknown location...
Anyone>