Revision 5ebe0cb2
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Layout/MenuLeft.pm | ||
---|---|---|
my $menuitem = $menu->{$item};
|
||
my $olabel = apply { s/.*--// } $item;
|
||
my $ml = apply { s/--.*// } $item;
|
||
my $icon_class = apply { $_ =lc $_; s/[^a-z0-9_-]/-/g } $item;
|
||
my $icon_class = apply { $_ = lc $_; s/[^a-z0-9_-]/-/g } $menuitem->{ICON};
|
||
my $spacer = "s" . (0 + $item =~ s/--/--/g);
|
||
|
||
next if $level && $item ne "$level--$olabel";
|
Auch abrufbar als: Unified diff
Layout: MenuLeft auf neue Maps angepasst