home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Slash
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
1KB
|
40 lines
<?php
global $admin;
echo "
<body onload=init() bgcolor=DDDDDD text=222222 link=660000 vlink=222222>
<center>
<table cellpadding=0 cellspacing=0 border=0 width=99% align=center><tr><td align=left>
<a href=$nuke_url><img src=themes/Slash/logo.gif border=0></a>
</td><td align=right width=100%>
<form action=search.php method=post>
<font size=2><input type=text name=query width=20 size=20 length=20>
</td>
<td align=right> <input type=image src=$uimages/search.gif border=0 align=middle></td>
</form>";
if ($admin) {
$res = mysql_query("select * from queue");
$num = mysql_num_rows($res);
echo "</td></tr><tr><td><font size=1>".translate("New Submissions: ")."$num";
echo "</td></tr></table>";
} else {
echo "</td></tr></table><br>";
}
echo "
<table cellpadding=0 cellspacing=1 border=0 width=99% bgcolor=660000><tr><td>
<table cellpadding=5 cellspacing=1 border=0 width=100% bgcolor=FFFFFF><tr><td>
<font size=2>$slogan</td></tr></table></td></tr></table><P>
<table width=99% align=center cellpadding=0 cellspacing=0 border=0><tr><td valign=top rowspan=5>";
mainblock();
if ($admin) {
adminblock();
}
leftblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
online();
echo "</td><td> </td><td valign=top width=100%>";
?>