From: <w4...@us...> - 2002-09-10 21:06:54
|
Update of /cvsroot/xoops/xoops-current/html/modules/newbb/blocks In directory usw-pr-cvs1:/tmp/cvs-serv6045/html/modules/newbb/blocks Modified Files: newbb_new.php Log Message: Changes for have the xhtml standard Index: newbb_new.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/blocks/newbb_new.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** newbb_new.php 10 Sep 2002 07:02:22 -0000 1.5 --- newbb_new.php 10 Sep 2002 21:06:51 -0000 1.6 *************** *** 60,65 **** $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>"; --- 60,66 ---- $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>"; } $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>"; *************** *** 70,73 **** --- 71,75 ---- return $block; } + function b_newbb_new_edit($options) { |