projects
/
hmb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b45aa
)
Reordered panels
author
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 30 Jan 2011 21:03:43 +0000
(21:03 +0000)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 30 Jan 2011 21:03:43 +0000
(21:03 +0000)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/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','c
ommittee','sponsorship','charity
','workers');
+$files = array('splash','about','tickets','food','ents','c
harity', 'sponsorship', 'committee
','workers');
foreach($files as $page){
if(is_file('page/' . $page . '.php') && is_file('template/' . $page . '.php')){