leftmargin=0 topmargin=0 bottommargin=0 rightmargin=0 class=normaltext>


 
=$expiration) { $resave=1; $fcontents[$line_num]="~"; } else if($expiration!='') { if($announcements==0) { echo "\n"; echo "\n"; echo "
 Important Announcements:
\n"; $announcements=1; } echo $stuff."

".$new." ".date("l, F j g:i a", $posted)." by ".$name."


\n"; } } if($announcements==1) { echo "
\n"; ?>
$day&&$date<$day+(86400*$days)) $thisweek .= "".date("D M j", $date).": ".$eventtitle."
\n"; } if($thisweek=="") $thisweek="There are no events scheduled for this week."; echo $thisweek; ?>
24) $messagesubject=substr($messagesubject, 0, 22)."..."; $messageauthor=strtok("\t"); $messageauthor=strip_tags($messageauthor); if(strlen($messageauthor)>12) $messageauthor=substr($messageauthor, 0, 10)."..."; array_push($threads, "".$messagesubject."
".date("n.j.y H:i", filemtime($path.$line_num.".txt") - 3600)." by ".$messageauthor."\n\n"); $i++; } } while(list($line_num, $line)=each($threads)) $output.=$threads[$line_num]; if($output=="") $output="There are no posts to display\n"; return $output; }