Cheetah
xmlTemplates.inc.php
Go to the documentation of this file.
1 <?php
2 
8 $aXmlTemplates = array (
9  "file" => array (
10  2 => '<file id="#1#" file="#2#" />',
11  6 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#" screenshot="#6#" />',
12  7 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#" screenshot="#6#"><saveName><![CDATA[#7#]]></saveName></file>'
13  ),
14 
15  "result" => array (
16  1 => '<result value="#1#" />',
17  2 => '<result value="#1#" status="#2#" />'
18  )
19 );
php
$aXmlTemplates
$aXmlTemplates
Definition: xmlTemplates.inc.php:8