[Openfirst-cvscommit] news index.php,1.5,1.6
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-28 14:32:44
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1:/tmp/cvs-serv20450 Modified Files: index.php Log Message: Minor changes. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/news/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 13 Sep 2003 15:38:25 -0000 1.5 --- index.php 28 Sep 2003 14:32:29 -0000 1.6 *************** *** 30,37 **** ?> <h2>Top Headlines</h2> ! Here are the top 5 most important news outbreaks.<br> <?php shownews(5); // Shows 5 pieces of news. include($footer); ! ?> --- 30,37 ---- ?> <h2>Top Headlines</h2> ! Here are the top 5 most important news outbreaks.<br><br> <?php shownews(5); // Shows 5 pieces of news. include($footer); ! ?> \ No newline at end of file |