From 703d517a2e7737e442984bc7bb5dae067c3c04ba Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Dec 2010 16:27:50 +0100 Subject: [PATCH] Dokumentationsupdate --- SL/Controller/Base.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index c4f66dce8..2db21151a 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -227,11 +227,11 @@ interpreted as the name of a template file. It is prefixed with "templates/webpages/" and postfixed with ".html". An exception will be thrown if that file does not exist. -If C<< $options->{partial} >> is trueish then C<< $::form->header >> -will not be called. Otherwise C<< $::form->{header} >> will be set to -C<$locals{header}> (only if $locals{header} is trueish) and -C<< $::form->header >> will be called before the template itself is -processed. +If C<< $options->{partial} >> or C<< $options->{inline} }} is trueish +then C<< $::form->header >> will not be called. Otherwise +C<< $::form->{header} >> will be set to C<$locals{header}> (only if +$locals{header} is trueish) and C<< $::form->header >> will be called +before the template itself is processed. The template itself has access to the following variables: -- 2.20.1