mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Move display_error_block() to footer.html
This commit is contained in:
parent
e16e92278b
commit
d1b1f97ff4
55 changed files with 78 additions and 224 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue