equal
deleted
inserted
replaced
80 $output->footer(); |
80 $output->footer(); |
81 } |
81 } |
82 } |
82 } |
83 |
83 |
84 // We add the unused variable $userpage here to silence "declaration should be compatible" errors |
84 // We add the unused variable $userpage here to silence "declaration should be compatible" errors |
85 function error_404($userpage = false) |
85 function error_404() |
86 { |
86 { |
87 global $lang, $output; |
87 global $lang, $output; |
88 $func_name = "page_{$this->namespace}_{$this->page_id}"; |
88 $func_name = "page_{$this->namespace}_{$this->page_id}"; |
89 |
89 |
90 if ( $this->namespace == 'Admin' ) |
90 if ( $this->namespace == 'Admin' ) |