Revision c7815446
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
881 | 881 |
sub init_template { |
882 | 882 |
my $self = shift; |
883 | 883 |
|
884 |
return if $self->template; |
|
884 |
return $self->template if $self->template;
|
|
885 | 885 |
|
886 | 886 |
return $self->template(Template->new({ |
887 | 887 |
'INTERPOLATE' => 0, |
Auch abrufbar als: Unified diff
Form::init_template gibt immer das Template-Objekt zurück