1 /*=====================================================================*\
2 || ################################################################### ||
3 || # BugTrack [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
13 This file is parsed to create PHP variables that
14 are used in templates with the $stylevar[] array.
15 It is similar to how a CSS element would be done.
20 Only letters and numbers are valid in variable names;
21 everything else is converted to an undescore.
23 Values only are allowed to have numbers, letters, dashes,
24 periods/decimals, the number/pound sign, and the percent sign.
26 Comments are only valid in C++ style (the type of comment this is).
36 /*=====================================================================*\
37 || ###################################################################
40 || ###################################################################
41 \*=====================================================================*/