Update of /cvsroot/xoops/xoops2/modules/news
In directory sc8-pr-cvs1:/tmp/cvs-serv30001/modules/news
Modified Files:
index.php
Log Message:
repport 0000299 removed from the line 108 the b and /b can be managed via templates
Index: index.php
===================================================================
RCS file: /cvsroot/xoops/xoops2/modules/news/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.php 2 Jan 2003 18:57:03 -0000 1.1
--- index.php 3 Jan 2003 11:56:05 -0000 1.2
***************
*** 106,110 ****
if ( $fullcount > 1 ) {
$morelink .= '<a href="'.XOOPS_URL.'/modules/news/article.php?storyid='.$sarray[$i]->storyid().'';
! $morelink .= '"><b>'._NW_READMORE.'</b></a> | ';
$morelink .= sprintf(_NW_BYTESMORE,$totalcount);
$morelink .= ' | ';
--- 106,110 ----
if ( $fullcount > 1 ) {
$morelink .= '<a href="'.XOOPS_URL.'/modules/news/article.php?storyid='.$sarray[$i]->storyid().'';
! $morelink .= '">'._NW_READMORE.'</a> | ';
$morelink .= sprintf(_NW_BYTESMORE,$totalcount);
$morelink .= ' | ';
|