Revision daf97549
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Menu.pm | ||
---|---|---|
73 | 73 |
? $form->escape($self->{$item}{href}) |
74 | 74 |
: "$module?action=$action"; |
75 | 75 |
|
76 |
# my @vars = ($self->{$item}{href}) |
|
77 |
# ? qw(module target href) |
|
78 |
# : qw(module action target href); |
|
79 |
# |
|
80 | 76 |
# add other params |
81 | 77 |
foreach my $key (keys %{ $self->{$item} }) { |
82 | 78 |
next if $key =~ /target|module|action/; |
Auch abrufbar als: Unified diff
Kommentare raus