[LinksOS CVS Commit]website/include news.php,1.1,1.2
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@us...> - 2002-12-27 21:21:21
|
Update of /cvsroot/linksos/website/include
In directory sc8-pr-cvs1:/tmp/cvs-serv8954/include
Modified Files:
news.php
Log Message:
Made name a link.
Index: news.php
===================================================================
RCS file: /cvsroot/linksos/website/include/news.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** news.php 27 Dec 2002 19:40:00 -0000 1.1
--- news.php 27 Dec 2002 21:21:19 -0000 1.2
***************
*** 16,20 ****
echo '<table width="100%" style="background-repeat: repeat-x; font-family: Arial; margin: 0px 0px 10px 0px; font-size: 12px; padding: 0; border: 0" cellspacing="0" cellpadding="0"><tr><td valign="top" height="12" width="50%"><b>';
echo date('l j F Y', $article[0]);
! echo ' by ' . $article[4];
echo '</b></td><td valign="top" style="font-weight: bold; color: #ff0000;">' . $article[1] . '</td></tr>' .
'<tr><td height="7" colspan="2" background="image/line_off5.png"></td></tr>' .
--- 16,20 ----
echo '<table width="100%" style="background-repeat: repeat-x; font-family: Arial; margin: 0px 0px 10px 0px; font-size: 12px; padding: 0; border: 0" cellspacing="0" cellpadding="0"><tr><td valign="top" height="12" width="50%"><b>';
echo date('l j F Y', $article[0]);
! echo ' by ' . perslink($article[3], $article[4]);
echo '</b></td><td valign="top" style="font-weight: bold; color: #ff0000;">' . $article[1] . '</td></tr>' .
'<tr><td height="7" colspan="2" background="image/line_off5.png"></td></tr>' .
|