score-style index

This commit is contained in:
Shish
2009-01-04 08:24:06 -08:00
parent 7f90fdbf97
commit 0c628f2c10
2 changed files with 69 additions and 46 deletions

View File

@@ -70,9 +70,9 @@ class GenericPage {
// ==============================================
public function display() {
public function display($context) {
header("Content-type: {$this->type}");
header("X-Powered-By: Shimmie-".VERSION);
header("X-Powered-By: SCore-".SCORE_VERSION);
switch($this->mode) {
case "page":