diff --git a/inc/page.php b/inc/page.php index 213032f..188954f 100644 --- a/inc/page.php +++ b/inc/page.php @@ -75,7 +75,8 @@ class Page { if (array_key_exists($str, $this->defaultlang->array)) { return $this->defaultlang->array[$str]; } - return "404"; +// return "404"; + return $str; } public function type_info($type) {