Remove some commented lines from header.php.

This commit is contained in:
Retro_Guy 2024-02-29 21:12:09 -07:00
parent 924a2c2d0f
commit f03a6f155c
1 changed files with 0 additions and 2 deletions

View File

@ -135,9 +135,7 @@ echo '<table cellpadding="0" cellspacing="0" class="np_header_bar_small"><tr>';
if ($unread) {
$motd = '<center>*** You have unread mail. <a href="../spoolnews/mail.php">Click Here</a> ***</center>';
}
//if (strlen($motd) > 0) {
echo '<div class="np_last_posted_date"><h1 class="np_thread_headline">' . $motd . '</h1></div>';
//}
echo '</tr></table>';
echo '</p>';