mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 13:11:46 +00:00
Learn a little each commit?
This commit is contained in:
parent
7ae16272c4
commit
5d0ec90c77
1 changed files with 0 additions and 7 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue