Go to the documentation of this file.00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 class Output_HTML
00021 {
00022 function Output_HTML()
00023 {
00024 $this->code = '_WORD_';
00025 $this->linecomment = '<font color="green">_WORD_</font>';
00026 $this->blockcomment = '<font color="green">_WORD_</font>';
00027 $this->prepro = '<font color="purple">_WORD_</font>';
00028 $this->select = '<font color="red"><b>_WORD_</b></font>';
00029 $this->quote = '<font color="blue">_WORD_</font>';
00030 $this->category_1 = '<font color="blue">_WORD_</font>';
00031 $this->category_2 = '<font color="blue">_WORD_</font>';
00032 $this->category_3 = '<font color="blue">_WORD_</font>';
00033 }
00034 }
00035 ?>