Revision 072d299d
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
674 | 674 |
|
675 | 675 |
# extra code is currently only used by menuv3 and menuv4 to set their css. |
676 | 676 |
# it is strongly deprecated, and will be changed in a future version. |
677 |
my ($self, $extra_code) = @_;
|
|
677 |
my ($self, %params) = @_;
|
|
678 | 678 |
my $db_charset = $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET; |
679 | 679 |
my @header; |
680 | 680 |
|
... | ... | |
746 | 746 |
***********************************************/ |
747 | 747 |
|
748 | 748 |
</script> |
749 |
$extra_code
|
|
749 |
$params{extra_code}
|
|
750 | 750 |
$title_hack |
751 | 751 |
</head> |
752 | 752 |
|
Auch abrufbar als: Unified diff
Parameter extra_code von form->header auf %params ungeschrieben