X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-gettemplateinfo.html;h=818c5e8c1d5efd8d7cf6b4b5c4cf50b5159d5fca;hp=3e3bb399e47df12cddee3e1bae1719c43ea84619;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter3-gettemplateinfo.html b/Documentation/English (British)/developer-chapter3-gettemplateinfo.html index 3e3bb39..818c5e8 100644 --- a/Documentation/English (British)/developer-chapter3-gettemplateinfo.html +++ b/Documentation/English (British)/developer-chapter3-gettemplateinfo.html @@ -30,7 +30,7 @@ Gets information about the template. The information is returned as a hash.
< Usage:

- $kiriwrite_dbmodule->gettemplateinfo({ TemplateFilename => “template.html” }); + $kiriwrite_dbmodule->gettemplateinfo({ TemplateFilename => “template.html”, Reduced => 1 });

@@ -47,6 +47,10 @@ Specifies the following options as a hash in any order.

TemplateFilename Specifies the template filename to get the information from. + + Reduced + Gets a reduced version of the template information (template filename, name, description and last modified date). +