mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 04:38:27 +01:00
#3801 - Added tablerender id
error_page_404 error_page_401 error_page_403 error_page_404 error_page_500 and custom ones by plugins
This commit is contained in:
parent
4ed4ff8035
commit
650da3ed55
@ -241,7 +241,7 @@ class error_page
|
||||
));
|
||||
|
||||
$body = $tp->parseTemplate($tpl, true, $sc);
|
||||
e107::getRender()->tablerender('', $body);
|
||||
e107::getRender()->tablerender('', $body, 'error_page_'.$status_code);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user