mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
panel min heght
This commit is contained in:
parent
72066c5291
commit
7bfebfff62
19 changed files with 155 additions and 14 deletions
|
@ -39,7 +39,7 @@ function top_panel($user, $TAB) {
|
|||
if ( $user == 'admin' ) {
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/panel.html');
|
||||
} else {
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/panel.html');
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/user/panel.html');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue