English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
Internet/网络编程
>
WEB邮件程序
> 查看源码
html.php3
资源名称:
prometheus-all-2_75.tar.gz [点击查看]
上传用户:
xiao730204
上传日期:
2007-01-04
资源大小:
141k
文件大小:
0k
源码类别:
WEB邮件程序
开发平台:
PHP
html.php3:源码内容
<?php
$default->themes = Array(
'grey_white_boxy' => 'Grey, White and Boxy',
'blue_and_grey' => 'Blue and grey',
'blue_and_black' => 'Blue and black',
'green_and_tan' => 'Green and tan'
);
$default->theme = 'blue_and_black';
?>