home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- if ($index == 1) {
- echo "</td><td> </td><td valign=top width=200>\n";
- 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></tr></table>";
- ?>