Move display_error_block() to footer.html

This commit is contained in:
Flat 2016-07-02 20:19:26 +09:00
commit d1b1f97ff4
55 changed files with 78 additions and 224 deletions

View file

@ -13,7 +13,6 @@ if ($user == 'admin') {
}
$data = json_decode(implode('', $output), true);
$data = array_reverse($data,true);
display_error_block();
// Render page
render_page($user, $TAB, '*/list_user');