Reordered panels
authorRichard Whitehouse <github@richardwhiuk.com>
Sun, 30 Jan 2011 21:03:43 +0000 (21:03 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Sun, 30 Jan 2011 21:03:43 +0000 (21:03 +0000)
index.php

index d9b9c55cbe7616d1f7518bd9314ccef0d8a26328..af6d53e213c698f8a8587038edae20be50916862 100644 (file)
--- 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')){