X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FRequest.pm;h=4479bd73ae7d532a0d2672c397f2114affd15a05;hb=df91c9fde8209d66dab26e657a2b1a4a105b5ee7;hp=5a840a641076202d6a13b3bdd3937b84999fe47b;hpb=7c9fc25b6893a1ea508185a0f1a197d6b46f187a;p=kivitendo-erp.git diff --git a/SL/Request.pm b/SL/Request.pm index 5a840a641..4479bd73a 100644 --- a/SL/Request.pm +++ b/SL/Request.pm @@ -522,6 +522,13 @@ an 'AJAX' request. Returns the requested content type (either C, C or C). +=item C + +Set and retrieve the layout object for the current request. Must be an instance +of L. Defaults to an isntance of L. + +For more information about layouts, see L. + =back =head1 SPECIAL FUNCTIONS