html.php3
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. $default->themes = Array(
  3.    'grey_white_boxy'       => 'Grey, White and Boxy',
  4.    'blue_and_grey'         => 'Blue and grey',
  5.    'blue_and_black'        => 'Blue and black',
  6.    'green_and_tan'         => 'Green and tan'
  7. );
  8. $default->theme            = 'blue_and_black';
  9. ?>