home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Ethereal
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-13
|
586b
|
19 lines
<?php
global $admin;
echo "
<body onload=init() bgcolor=65889C text=000000 link=000000 vlink=000000 alink=000000>
<a href=$nuke_url><img src=themes/Ethereal/logo.gif Alt=\"".translate("Welcome to")." $sitename\" border=0></a><br>
<font size=-1 color=000000>$slogan</font><br>
<table border=0 cellspacing=0 cellpadding=2 width=100%><tr><td valign=top width=150 bgcolor=65889C>";
mainblock();
if ($admin) {
adminblock();
}
leftblocks();
online();
echo "<img src=images/pix.gif border=0 width=150 height=1></td><td> </td><td width=100% valign=top>";
?>