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_css
00021 {
00022 function Output_css()
00023 {
00024 $this->code = '_WORD_';
00025 $this->linecomment = '<span class="ilc_CodeLinecomment">_WORD_</span>';
00026 $this->blockcomment = '<span class="ilc_CodeBlockcomment">_WORD_</span>';
00027 $this->prepro = '<span class="ilc_CodePrepro">_WORD_</span>';
00028 $this->select = '<span class="ilc_CodeSelect">_WORD_</span>';
00029 $this->quote = '<span class="ilc_CodeQuote">_WORD_</span>';
00030 $this->category_1 = '<span class="ilc_CodeCategory_1">_WORD_</span>';
00031 $this->category_2 = '<span class="ilc_CodeCategory_2">_WORD_</span>';
00032 $this->category_3 = '<span class="ilc_CodeCategory_3">_WORD_</span>';
00033 }
00034 }
00035 ?>