home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
AnalogX
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-18
|
2KB
|
58 lines
<?php
include("config.php");
global $admin;
echo "
<body onload=init() marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 bgcolor=FFFFFF text=454A53 link=3E6EB6 vlink=3E6EB6 alink=3E6EB6 background=themes/AnalogX/back.gif>
<table border=0 cellpadding=0 cellspacing=0 width=800>
<tr><td width=10> </td>
<td align=right width=150 valign=top>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr><td>
<br><br><br><br><br>
</td></tr><tr>
<td align=left valign=top>
<table border=0 cellspacing=0 cellpadding=0>";
mainblock();
if (isset($cookie[3])) $storynum = $cookie[3]; else $storynum = $storyhome;
if ($admin) {
adminblock();
}
if (!$user) {
loginbox();
} elseif ($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);
}
pollNewest();
bigstory();
oldNews($storynum);
leftblocks();
rightblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
searchbox();
online();
echo "
</table></td></tr></table></td>
<td width=10> </td>
<td align=left width=640 valign=top>
<table border=0 cellpadding= 0 cellspacing=0 width=100%>
<tr><td align=center valign=top>
<a href=$nuke_url><img src=themes/AnalogX/logo.gif Alt=\"".translate("Welcome to")." $sitename\" border=0></a>
<font size=1 color=373B42><div align=left><br> $slogan<br></div></font></td></tr>
<tr>
<td valign=top align=left>
<font color=373B42 size=-1><center><br>
<br><br></center></font>
";
?>