Cheetah
Variables
xmlTemplates.inc.php File Reference

Go to the source code of this file.

Variables

 $aXmlTemplates
 

Variable Documentation

◆ $aXmlTemplates

$aXmlTemplates
Initial value:
= array (
"result" => array (
1 => '<result value="#1#" />',
2 => '<result value="#1#" status="#2#" />',
),
"file" => array (
5 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#" />',
6 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#"><saveName><![CDATA[#6#]]></saveName></file>'
),
"user" => array (
5 => '<user id="#1#" nick="#2#" profile="#3#" all="#4#" approval="#5#" />'
)
)

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file xmlTemplates.inc.php.