Cheetah
Variables
xmlTemplates.inc.php File Reference

Go to the source code of this file.

Variables

 $aXmlTemplates
 

Variable Documentation

◆ $aXmlTemplates

$aXmlTemplates
Initial value:
= array (
"message" => array (
1 => '<message><text><![CDATA[#1#]]></text></message>',
4 => '<msg sender="#1#" nick="#2#" profile="#3#"><![CDATA[#4#]]></msg>',
6 => '<msg color="#2#" bold="#3#" underline="#4#" italic="#5#" smileset="#6#"><![CDATA[#1#]]></msg>',
9 => '<message id="#1#" color="#3#" bold="#4#" underline="#5#" italic="#6#" size="#7#" font="#8#" smileset="#9#"><text><![CDATA[#2#]]></text></message>'
),
"user" => array (
1 => '<user online="#1#" />',
2 => '<user id="#1#"><nick><![CDATA[#2#]]></nick></user>',
6 => '<user id="#1#" sex="#3#" age="#4#" img="#5#" profile="#6#"><nick><![CDATA[#2#]]></nick></user>',
8 => '<user id="#1#" sex="#3#" age="#4#" photo="#6#" profile="#7#" online="#8#"><nick><![CDATA[#2#]]></nick><desc><![CDATA[#5#]]></desc></user>'
),
"file" => array (
2 => '<file file="#1#"><name><![CDATA[#2#]]></name></file>'
),
"result" => array (
1 => '<result value="#1#" />',
2 => '<result value="#1#" status="#2#" />',
6 => '<result value="#1#" uId="#3#" uNick="#4#" uImg="#5#" uProfile="#6#"><![CDATA[#2#]]></result>'
),
"smileset" => array (
2 => '<properties current="#1#" url="#2#" />',
3 => '<smileset folder="#1#" config="#2#"><![CDATA[#3#]]></smileset>'
)
)

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.