panel min heght

This commit is contained in:
Serghey Rodin 2012-06-30 23:33:40 +03:00
commit 7bfebfff62
19 changed files with 155 additions and 14 deletions

View file

@ -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');
}
}