X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FRequest.pm;h=4479bd73ae7d532a0d2672c397f2114affd15a05;hb=1c127236bd8d41997a8566651e9361623c308aa3;hp=5a840a641076202d6a13b3bdd3937b84999fe47b;hpb=8c6871bed016edac152019db5a7f88136bf9457b;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