1; Sample Ini File
2; This file initializes the remote site selection menu
3;  The format is the same as for php.ini with comments preceded by semi-colons
4;  Eeach site requires a title and at least one entry of page id
5;  The newpagevars entries are optional
6;  All titles must be flush with the left-hand margin
7;  The titles are page ids of the templates
8[pagetemplates:home]
9    newpagevars[]="@HI@,Howdy!;@AGE@,25"
10    newpagevars[]="@HI@,Hello!;@AGE@,35"
11    page[] = playground:current:one
12    page[] = playground:current:two
13
14[pagetemplates:home_two]
15    newpagevars="@HI@,Howdy!;@AGE@,86"
16    page[] = playground:persistent:one
17    page[] = playground:persistent:two
18
19