From: Richard Whitehouse Date: Sun, 30 Jan 2011 21:03:43 +0000 (+0000) Subject: Reordered panels X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=73869f9e266b2d429d35b9a41f48672cb2d305fc;p=hmb.git Reordered panels --- 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')){