1 <? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
3 include "config.inc.php";
7 <h1 class="np_index_headline"><? echo htmlspecialchars($title); ?></h1>
10 include("$file_newsportal");
12 $newsgroups=groups_read($server,$port);
13 echo '<div class="np_index_groups">';
14 groups_show($newsgroups);
18 <? include "tail.inc"; ?>