mirror of
https://github.com/webmin/webmin.git
synced 2026-06-21 03:40:25 +01:00
Current theme is always visible
This commit is contained in:
@@ -211,7 +211,7 @@ if ($access{'cats'}) {
|
||||
[ 0, $text{'default'} ] ]));
|
||||
}
|
||||
|
||||
my @all = &webmin::list_visible_themes();
|
||||
my @all = &webmin::list_visible_themes($user{'theme'});
|
||||
my @themes = grep { !$_->{'overlay'} } @all;
|
||||
my @overlays = grep { $_->{'overlay'} } @all;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user