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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user