--- p2.orig/conf_style.inc 2003-04-13 03:22:53.000000000 +0900 +++ p2/conf_style.inc 2003-04-17 22:49:31.000000000 +0900 @@ -109,6 +109,8 @@ $STYLE['read_thread_title_color'] = "#f40"; // ("#f40") スレッドタイトル色 $STYLE['read_namecolor'] = "#1144aa"; // ("#1144aa") 投稿者の名前の色 +$STYLE['mail_color'] = "#a00000"; // (#a00000) mail欄の色 +$STYLE['sage_color'] = "#00b000"; // (#00b000) sageのときのmail欄の色 // レス書き込みフォーム================ $STYLE['post_pop_size'] = "610,350"; // ("610,350") レス書き込みポップアップウィンドウの大きさ(横,縦) --- p2.orig/showthreadpc_class.inc 2003-04-17 02:02:14.000000000 +0900 +++ p2/showthreadpc_class.inc 2003-04-17 22:48:10.000000000 +0900 @@ -186,7 +186,13 @@ $tores .= "
{$i} :"; //番号 } $tores .= "{$name}:"; //名前 - if($mail){$tores .= $mail." :";} //メール + if($mail){ //メール + if(ereg("sage", $mail)){ + $tores .= "$mail :"; + }else{ + $tores .= "$mail :"; + } + } $tores .= $date_id."
\n"; //日付とID $tores .= $rpop; //レスポップアップ用引用 $tores .= "
{$msg}

\n"; //内容