
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@23 3873ddee-7413-0410-b6c4-c2c57c1ab35a
19 lines
319 B
PHP
19 lines
319 B
PHP
<?php
|
|
/*
|
|
* $Id$
|
|
*
|
|
* $LastChangedDate$
|
|
* $Rev$
|
|
* $Author$
|
|
*
|
|
* */
|
|
$text['id'] = "intro";
|
|
$text['title'] = "Introduction about the xml page";
|
|
$text['menu'] = "introduction";
|
|
$text['body'] =
|
|
"<p>".
|
|
"This page is just a test about the xml-functionality. It has \n".
|
|
"nothing special.".
|
|
"</p>";
|
|
$main[] = $text;
|
|
?>
|