Merge pull request #21080 from bb2a/FIX---php-V8-warning-lib-usergroups-topmenu
FIX - php V8 warning lib usergroups topmenu select
This commit is contained in:
commit
e641bef40a
@ -485,7 +485,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
|
|||||||
print '<td colspan="'.($colspan - 1).'">';
|
print '<td colspan="'.($colspan - 1).'">';
|
||||||
if ($edit) {
|
if ($edit) {
|
||||||
//print ajax_constantonoff('THEME_TOPMENU_DISABLE_IMAGE', array(), null, 0, 0, 1);
|
//print ajax_constantonoff('THEME_TOPMENU_DISABLE_IMAGE', array(), null, 0, 0, 1);
|
||||||
print $form->selectarray('THEME_TOPMENU_DISABLE_IMAGE', $listoftopmenumodes, $conf->global->THEME_TOPMENU_DISABLE_IMAGE);
|
print $form->selectarray('THEME_TOPMENU_DISABLE_IMAGE', $listoftopmenumodes, isset($conf->global->THEME_TOPMENU_DISABLE_IMAGE)?$conf->global->THEME_TOPMENU_DISABLE_IMAGE:0);
|
||||||
} else {
|
} else {
|
||||||
$listoftopmenumodes[$conf->global->THEME_TOPMENU_DISABLE_IMAGE];
|
$listoftopmenumodes[$conf->global->THEME_TOPMENU_DISABLE_IMAGE];
|
||||||
//print yn($conf->global->THEME_TOPMENU_DISABLE_IMAGE);
|
//print yn($conf->global->THEME_TOPMENU_DISABLE_IMAGE);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user