Code:
<?php
//PluhNews 1.5 released under GNU GPL Licence version 2.0 (see copying.txt file for more info)
//Set your permissions in your control panel to make sure that only YOU and who you specify can post news. Otherwise, everyone and their dog can register and post in your news forums, thus posting where your news will appear. But for this script to work it's extra magic, be sure your members can reply to your news posts.
require('./global.php');
require("./PluhConfig.php");
require("./admin/config.php");
//scroll down to edit the HTML for the news
//**********************
//Start the goodies (please do not edit to goodies unless you know what you are doing
//include the header
include("./PluhHeader.txt");
well that's the first few lines of PluhNews.php, what i want to do is include the news in one of my main pages in the root directory. but the global keeps getting in the way