home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
RedDress
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
1KB
|
44 lines
<?php
if (!$config_called) {if (!isset($config)) {if (!isset($config)) { include("config.php"); }}}
echo "
<body onload=init() topmargin=0 leftmargin=0 MARGINWIDTH=0 MARGINLEFT=0 MARGINRIGHT=0 MARGINHEIGHT=0 MARGINTOP=0 bgcolor=#FFFFFF text=#000000 link=#808000 vlink=#C0C0C0 alink=#800000 background=themes/RedDress/logobottom4.gif>
<table border=0 width=100% cellspacing=0 cellpadding=0 height=100 background=themes/RedDress/redpixel.gif>
<tr>
<td valign=bottom width=100% height=100>
<a href=index.php><img src=themes/RedDress/logotop.gif border=0></a>
</td>
<td valign=bottom width=100% height=100>";
echo "<form action=\"search.php3\" method=post><font face=Arial,Helvetica size=2\">";
echo "".translate("Search")."";
echo "<br><input type=text name=query size=\"17\"> </form><br>";
echo "
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 width=100% align=center>
<tr><td valign=top>
<table border=0 cellpadding=0 cellspacing=0 width=100% align=center>
<tr><td>
</td></tr><tr><td valign=top width=100%>
<table border=0 cellspacing=0 cellpadding=2 width=100%>
<tr><td valign=top width=150>";
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 width=100% valign=top>";
?>