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