From 73869f9e266b2d429d35b9a41f48672cb2d305fc Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 30 Jan 2011 21:03:43 +0000 Subject: [PATCH] Reordered panels --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d9b9c55..af6d53e 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ require_once 'template/index.php'; $pages = array(); $templates = array(); -$files = array('splash','about','tickets','food','ents','committee','sponsorship','charity','workers'); +$files = array('splash','about','tickets','food','ents','charity', 'sponsorship', 'committee','workers'); foreach($files as $page){ if(is_file('page/' . $page . '.php') && is_file('template/' . $page . '.php')){ -- 2.34.1