* merge text-page-generic into list-page-generic
This commit is contained in:
Sarjuuk
2017-03-19 14:20:45 +01:00
parent 9fabd2c728
commit bf0f218b28
5 changed files with 59 additions and 68 deletions

View File

@@ -429,7 +429,7 @@ class GenericPage
$this->pageTemplate['activeTab'] = $this->tabId;
header("HTTP/1.0 404 Not Found", true, 404);
$this->display('text-page-generic');
$this->display('list-page-generic');
exit();
}
@@ -447,7 +447,7 @@ class GenericPage
Util::arraySumByKey($this->mysql, DB::Aowow()->getStatistics(), DB::World()->getStatistics());
header("HTTP/1.0 404 Not Found", true, 404);
$this->display('text-page-generic');
$this->display('list-page-generic');
exit();
}