From 24ee5485d1bb0c86833977dbfbd2e4999dba8e16 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 23 Jun 2008 10:00:56 +0000 Subject: Moved over to the Four Island Templating System. --- central/trunk/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'central/trunk/index.php') diff --git a/central/trunk/index.php b/central/trunk/index.php index 6ba21ab..8ced805 100644 --- a/central/trunk/index.php +++ b/central/trunk/index.php @@ -2,12 +2,13 @@ /* InstaDisc Server - A Four Island Project */ -include('common.php'); +include('includes/common.php'); -?>Welcome to the InstaDisc Server!

add('TITLE', $config['title']); +$template->add('TEXT', $config['text']); +$template->display(); -echo($config['text']); - -include('footer.php'); +include('includes/footer.php'); ?> -- cgit 1.4.1