X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-addpage.html;h=b54e755d06c081a67a3f5d9b7e24e38008405a65;hb=ff0d6ced3c2cc3f9c6f601c1ac8618a9dc4ccb5a;hp=ed440ac5adce4b0c794de83e2b50a982cfbffd45;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter3-addpage.html b/Documentation/English (British)/developer-chapter3-addpage.html index ed440ac..b54e755 100644 --- a/Documentation/English (British)/developer-chapter3-addpage.html +++ b/Documentation/English (British)/developer-chapter3-addpage.html @@ -30,8 +30,8 @@ Adds a page to the selected database.

Usage:

- $kiriwrite_dbmodule->selectdb(“database”);
- $kiriwrite_dbmodule->addpage({ PageFilename => “newpage.html”, PageName => “New Page Name”, PageDescription => “New Page Description”, PageSection => “New Page Section”, PageTemplate => “pagetemplate.html”, PageContent => “This is the new page content.”, PageSettings => 0 }); + $kiriwrite_dbmodule->selectdb("database");
+ $kiriwrite_dbmodule->addpage({ PageFilename => "newpage.html", PageName => "New Page Name", PageDescription => "New Page Description", PageSection => "New Page Section", PageTemplate => "pagetemplate.html", PageContent => "This is the new page content.", PageSettings => 0 });