[ PHPXref.com ] [ Generated: Sun Jul 20 20:01:31 2008 ] [ PHPWind 4.3.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/upload/ -> wysiwyg.php (source)

   1  <?php
   2  require_once ('global.php');
   3  
   4  header("Content-Type: text/html; charset=$db_charset");
   5  if($type=='color'){
   6      include (R_P.'template/wind/color.htm');
   7  }elseif($type=='table'){
   8      include (R_P.'template/wind/table.htm');
   9  }elseif($type=='sale'){
  10      include (R_P.'template/wind/sale.htm');
  11  }elseif($type=='download'){
  12      include(R_P.'template/wind/download.htm');
  13  }
  14  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]