1
0
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:
Tijn Kuyper 2019-05-20 22:55:19 +02:00
parent 4ed4ff8035
commit 650da3ed55
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -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);
}
}