Revision 703d517a
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
227 | 227 |
"templates/webpages/" and postfixed with ".html". An exception will be |
228 | 228 |
thrown if that file does not exist. |
229 | 229 |
|
230 |
If C<< $options->{partial} >> is trueish then C<< $::form->header >>
|
|
231 |
will not be called. Otherwise C<< $::form->{header} >> will be set to
|
|
232 |
C<$locals{header}> (only if $locals{header} is trueish) and
|
|
233 |
C<< $::form->header >> will be called before the template itself is
|
|
234 |
processed. |
|
230 |
If C<< $options->{partial} >> or C<< $options->{inline} }} is trueish
|
|
231 |
then C<< $::form->header >> will not be called. Otherwise
|
|
232 |
C<< $::form->{header} >> will be set to C<$locals{header}> (only if
|
|
233 |
$locals{header} is trueish) and C<< $::form->header >> will be called
|
|
234 |
before the template itself is processed.
|
|
235 | 235 |
|
236 | 236 |
The template itself has access to the following variables: |
237 | 237 |
|
Auch abrufbar als: Unified diff
Dokumentationsupdate