1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02: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

View File

@@ -241,7 +241,7 @@ class error_page
)); ));
$body = $tp->parseTemplate($tpl, true, $sc); $body = $tp->parseTemplate($tpl, true, $sc);
e107::getRender()->tablerender('', $body); e107::getRender()->tablerender('', $body, 'error_page_'.$status_code);
} }
} }