本帖最后由 uuvd 于 2010-9-21 11:55 编辑  
 
<?php 
 
/** 
*      [Discuz!] (C)2001-2099 Comsenz Inc. 
*      This is NOT a freeware, use is subject to license terms 
* 
*      $Id: lang_template.php 8988 2010-04-26 03:11:56Z wangjinbo $ 
*/ 
 
$lang = array 
( 
        'return_index' => '返回首页', 
        'threadtype_required_invalid' => '必填项目没有填写。', 
        'threadtype_format_num_invalid' => '数字填写不正确', 
        'threadtype_format_email_invalid' => '邮件地址不正确', 
        'threadtype_toolong_invalid' => '填写项目长度过长', 
        'threadtype_maxnum_invalid' => '大于设置最大值', 
        'threadtype_minnum_invalid' => '小于设置最小值', 
        'threadtype_expiration_invalid' => '此主题必须指定有效期,请返回修改。', 
         
        'orderby_asc' => '{$option[title]}从低到高', 
        'orderby_desc' => '{$option[title]}从高到低', 
         
); 
 
?> 
 
 
 
另外后台导航有两个房产怎么去掉啊。 
 
 
 |