Skip to content

Commit

Permalink
#3801 - Added tablerender id
Browse files Browse the repository at this point in the history
error_page_404
error_page_401
error_page_403
error_page_404
error_page_500

and custom ones by plugins
  • Loading branch information
Moc committed May 20, 2019
1 parent 4ed4ff8 commit 650da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/error_page_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function render($status_code = null)
));

$body = $tp->parseTemplate($tpl, true, $sc);
e107::getRender()->tablerender('', $body);
e107::getRender()->tablerender('', $body, 'error_page_'.$status_code);
}

}

0 comments on commit 650da3e

Please sign in to comment.