home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Akki
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
1KB
|
52 lines
<?php
if (!$config_called) {if (!isset($config)) {if (!isset($config)) { include("config.php"); }}}
echo "
<body onload=init() bgcolor=#000000 text=#000000 link=#000080 alink=#FF0000 vlink=#000080 topmargin=2 marginheight=2>
<link rel=stylesheet href=themes/Akki/style.css>
<table border=0 cellpadding=0 cellspacing=0 width=100% align=center><tr><td bgcolor=787878>
<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=ffffff><tr><td>
<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=000000><tr><td>
<a href=$nuke_url><img src=themes/Akki/logo.gif Alt=\"".translate("Welcome to")." $sitename\" border=0></a>
</td><td align=right>
<form action=search.php method=post><font size=2 color=ffffff>
".translate("Search")."
<input type=text name=query>
</form>
</tr><tr bgcolor=#787878><td colspan=2 bgcolor=#787878>
<font size=3 color=C0c0c0>$slogan</td>
</td></tr>
</table></td></tr>
</table>
</td></tr><tr><td valign=top width=100% bgcolor=#eeeeee>
<table border=0 cellspacing=0 cellpadding=2 width=100%><tr><td valign=top width=150 bgcolor=#eeeeee>";
mainblock();
global $admin;
if ($admin) {
adminblock();
}
leftblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
online();
echo "<img src=images/pix.gif border=0 width=150 height=1></td><td> </td><td width=100% valign=top>";
?>