home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- if ($index == 1) {
- echo "<td> </td><td valign=\"top\">";
- pollNewest();
- bigstory();
- if (!$user) {
- loginbox();
- }
- if($cookie[8]) {
- $getblock = mysql_query("select ublock from users where uid='$cookie[0]'");
- $title = "".translate("Menu for")." $cookie[1]";
- list($ublock) = mysql_fetch_row($getblock);
- themesidebox($title, $ublock);
- }
- oldNews($storynum);
- rightblocks();
- echo "</td>";
- }
- echo "</tr></table></td></tr></table>";
-
- ?>
-