1 /*=====================================================================*\
2 || ###################################################################
3 || # Bugdar [#]version[#]
4 || # Copyright ©2002-[#]year[#] Blue Static
6 || # This program is free software; you can redistribute it and/or modify
7 || # it under the terms of the GNU General Public License as published by
8 || # the Free Software Foundation; version [#]gpl[#] of the License.
10 || # This program is distributed in the hope that it will be useful, but
11 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 || # You should have received a copy of the GNU General Public License along
16 || # with this program; if not, write to the Free Software Foundation, Inc.,
17 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 || ###################################################################
19 \*=====================================================================*/
22 This file is parsed to create PHP variables that
23 are used in templates with the $stylevar[] array.
24 It is similar to how a CSS element would be done.
29 Only letters and numbers are valid in variable names;
30 everything else is converted to an undescore.
32 Values only are allowed to have numbers, letters, dashes,
33 periods/decimals, the number/pound sign, and the percent sign.
35 Comments are only valid in C++ style (the type of comment this is).
49 /* alternate background color used when status colors aren't displayed */
52 /*=====================================================================*\
53 || ###################################################################
56 || ###################################################################
57 \*=====================================================================*/