Cheetah
xmlTemplates.inc.php
Go to the documentation of this file.
1 <?php
2 
8 $aXmlTemplates = array (
9  "message" => array (
10  1 => '<message><text><![CDATA[#1#]]></text></message>',
11  4 => '<msg sender="#1#" nick="#2#" profile="#3#"><![CDATA[#4#]]></msg>',
12  6 => '<msg color="#2#" bold="#3#" underline="#4#" italic="#5#" smileset="#6#"><![CDATA[#1#]]></msg>',
13  9 => '<message id="#1#" color="#3#" bold="#4#" underline="#5#" italic="#6#" size="#7#" font="#8#" smileset="#9#"><text><![CDATA[#2#]]></text></message>'
14  ),
15 
16  "user" => array (
17  1 => '<user online="#1#" />',
18  2 => '<user id="#1#"><nick><![CDATA[#2#]]></nick></user>',
19  6 => '<user id="#1#" sex="#3#" age="#4#" img="#5#" profile="#6#"><nick><![CDATA[#2#]]></nick></user>',
20  8 => '<user id="#1#" sex="#3#" age="#4#" photo="#6#" profile="#7#" online="#8#"><nick><![CDATA[#2#]]></nick><desc><![CDATA[#5#]]></desc></user>'
21  ),
22 
23  "file" => array (
24  2 => '<file file="#1#"><name><![CDATA[#2#]]></name></file>'
25  ),
26 
27  "result" => array (
28  1 => '<result value="#1#" />',
29  2 => '<result value="#1#" status="#2#" />',
30  6 => '<result value="#1#" uId="#3#" uNick="#4#" uImg="#5#" uProfile="#6#"><![CDATA[#2#]]></result>'
31  ),
32 
33  "smileset" => array (
34  2 => '<properties current="#1#" url="#2#" />',
35  3 => '<smileset folder="#1#" config="#2#"><![CDATA[#3#]]></smileset>'
36  )
37 );
php
$aXmlTemplates
$aXmlTemplates
Definition: xmlTemplates.inc.php:8