Revision 260f51fe
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
630 | 630 |
sub header { |
631 | 631 |
$main::lxdebug->enter_sub(); |
632 | 632 |
|
633 |
# extra code ist currently only used by menuv3 and menuv4 to set their css. |
|
634 |
# it is strongly deprecated, and will be changed in a future version. |
|
633 | 635 |
my ($self, $extra_code) = @_; |
634 | 636 |
|
635 | 637 |
if ($self->{header}) { |
Auch abrufbar als: Unified diff
Form->header: $extra_code als deprecated kommentiert.