Learn a little each commit?

This commit is contained in:
Zephaniah E. Hull 2000-03-20 05:32:24 +00:00
parent 7ae16272c4
commit 5d0ec90c77

View file

@ -24,13 +24,6 @@
<TR vAlign=top>
<TD colSpan="2">
<?
function newsItem( $date, $user, $text )
{
echo '<TR><TD><DL><DT>Posted on ' . $date . ' by ' . $user . '</DT>' .
' <DD>' . $text . '</DD>' .
'</DL></TD></TR>';
}
tableBoxHeader( 'black', $tableHeadColor );
tableTitle( 'Latest News', 1, $tableHeadColor );
include("cur_news.php");