From: <on...@us...> - 2002-09-10 07:02:26
|
Update of /cvsroot/xoops/xoops-current/html/modules/newbb/blocks In directory usw-pr-cvs1:/tmp/cvs-serv13861 Modified Files: newbb_new.php Log Message: no message Index: newbb_new.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/blocks/newbb_new.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** newbb_new.php 9 Sep 2002 21:15:01 -0000 1.4 --- newbb_new.php 10 Sep 2002 07:02:22 -0000 1.5 *************** *** 60,67 **** $block['content'] .= "<td align='center'>".$arr["topic_views"]."</td>"; if ( $options[1] != 0 ) { ! $block['content'] .= "<td align='right'>".formatTimestamp($arr["topic_time"],"m"). "</td>"; } } ! $block['content'] .= "</tr></table></td></tr><tr class='bg4'><td align='right'><span style='font-weight:bold;'>»»</span> <b><a href='".XOOPS_URL."/modules/newbb/'>"._MB_NEWBB_VSTFRMS."</a></b>"; $block['content'] .= "</td></tr></table>"; } else { --- 60,67 ---- $block['content'] .= "<td align='center'>".$arr["topic_views"]."</td>"; if ( $options[1] != 0 ) { ! $block['content'] .= "<td align='right'>".formatTimestamp($arr["topic_time"],"m"). "</td></tr>"; } } ! $block['content'] .= "</table></td></tr><tr class='bg4'><td align='right'><span style='font-weight:bold;'>»»</span> <b><a href='".XOOPS_URL."/modules/newbb/'>"._MB_NEWBB_VSTFRMS."</a></b>"; $block['content'] .= "</td></tr></table>"; } else { |