*** empty log message ***
This commit is contained in:
parent
8da5b6a202
commit
534be5b5ff
13 changed files with 216 additions and 162 deletions
|
@ -34,12 +34,11 @@ if (is_array($_REQUEST['popup'])){
|
|||
}
|
||||
}
|
||||
die();
|
||||
|
||||
};
|
||||
|
||||
$Smarty->assign('statusbar', $uiBrowser->getStationInfo($ui_fmask['systemPrefs']));
|
||||
|
||||
if ($uiBrowser->userid) {
|
||||
if ($uiBrowser->userid) {
|
||||
$Smarty->assign('showMenuTop', TRUE);
|
||||
$Smarty->assign('sp', $uiBrowser->getSP());
|
||||
$Smarty->assign('showSP', TRUE);
|
||||
|
@ -152,7 +151,6 @@ if ($uiBrowser->userid) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
#$Smarty->load_filter('output', 'trimwhitespace');
|
||||
#$Smarty->register_outputfilter('smarty_outputfilter_trimwhitespace');
|
||||
|
||||
$Smarty->display('main.tpl');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue