<?php
/**
# ################################################################################
# Project: Regional Directory Script
#
# **********************************************************************
# Copyright (C) 2007 NetCreated, Inc. (http://www.netcreated.com/)
#
# This software is for use only to those who have purchased a license.
# A license must be purchased for EACH installation of the software.
#
# By using the software you agree to the terms:
#
# - You may not redistribute, sell or otherwise share this software
# in whole or in part without the consent of the the ownership
# of PHP Link Directory. Please contact hide@address.com
# if you need more information.
#
# - You agree to retain a link back to http://www.regionaldirectory.org/
# on all pages of your directory if you purchased the $10 version
# of the software. You must pay a total of $60 to remove the link back.
#
#
# In some cases, license holders may be required to agree to changes
# in the software license before receiving updates to the software.
# **********************************************************************
#
# For questions, help, comments, discussion, etc., please join the
# Forum http://www.phplinkdirectory.com/forum/forumdisplay.php?f=16
#
# @link http://www.regionaldirectory.org/
# @copyright 2004-2007 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <hide@address.com>
# @package Regional Directory
# @version 2.1.2
# ################################################################################
*/
require_once 'init.php';
$content = $tpl->fetch('admin/unauthorised.tpl');
$tpl->assign('content', $content);
//Clean whitespace
$tpl->load_filter('output', 'trimwhitespace');
//Make output
echo $tpl->fetch('admin/main.tpl');
?>