Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 703d517a

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 703d517a2e7737e442984bc7bb5dae067c3c04ba
  • Vorgänger bdeaaa35
  • Nachfolger 70bf7517

Dokumentationsupdate

Unterschiede anzeigen:

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