X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-addpage.html;h=b54e755d06c081a67a3f5d9b7e24e38008405a65;hp=ed440ac5adce4b0c794de83e2b50a982cfbffd45;hb=ff0d6ced3c2cc3f9c6f601c1ac8618a9dc4ccb5a;hpb=917bf000970f6e8e95759b4975e9d5c48e738dfd 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 });