bottom.phtml :
<table width="100%" cellspacing="0" cellpadding="0" border="0" summary="bottom1">
<tr>
<td width="10"><img src="<?php echo $IMG; ?>/corner-ul.gif" width="10" height="10" border="0" alt=""></td>
<td width="100%" style=" background-image: url(<?php echo $IMG; ?>/bg-top.gif);"><img SRC="/grafix/space.gif" width="1" height="1" border="0" alt=""></td>
<td width="10"><img src="<?php echo $IMG; ?>/corner-ur.gif" width="10" height="10" border="0" alt=""></td>
</tr>
<tr>
<td width="10" style=" background-image: url(<?php echo $IMG; ?>/bg-left.gif);"> </td>
<td width="100%">
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0"
BORDER="0" summary="bottom2">
<TR><TD valign="bottom" align="center">
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0"
BORDER=0 summary="bottom3">
<TR>
<TD align="center"><b><A class=bigmenu HREF="/"><?php echo "$menu1"; ?></A></b></td><TD> </TD>
<TD align="center"><b><A class=bigmenu HREF="/tilmeld"><?php echo "$menu2"; ?></A></b></td><TD> </TD>
<TD align="center"><b><A class=bigmenu HREF="/emailarkiv/"><?php echo "$menu3"; ?></A></b></td><TD> </TD>
<TD align="center"><b><A class=bigmenu HREF="/oversigt"><?php echo "$menu4"; ?></A></b></td><TD> </TD>
<TD align="center"><b><A class=bigmenu HREF="/adict/mgroup.php?organizer=SSLUG"><?php echo "$menu5"; ?></A></b></td><TD> </TD>
<TD align="center"><b><A class=bigmenu HREF="/htdig/"><?php echo "$menu6"; ?></A></b></td>
</TR>
</TABLE>
<br></TD></TR>
</TABLE>
</td>
<td width="10" style=" background-image: url(<?php echo $IMG; ?>/bg-right.gif);" > </td>
</tr>
<tr><td colspan="3" width="100%" class=separate-line><img src="/grafix/space.gif" width="1" height="2" alt=""></td></tr>
<tr>
<td width="10" bgcolor="<?php echo $GREY; ?>" style=" background: <?php echo $GREY; ?>; background-image: url(<?php echo $IMG; ?>/bg-left.gif);"> </td>
<td width="100%" class=smalltextgrey>
<TABLE bgcolor="<?php echo $GREY ?>" class=textgrey
WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" summary="bottom4">
<TR><TD align="left" valign="bottom" class=smalltextgrey>
<?php
echo "$wwwadmincontact";
echo "<<a href=\"/skriv_til.php?skriv_til=www_admin&emne=Problem+med:+http://$SERVER_NAME$PHP_SELF\" class=asmalltextgrey>www_admin</a>>.";
echo " <br>\n";
//echo "<p> $PHP_SELF - $SCRIPT_FILENAME </p>\n";
if (!isset($show_source)) $show_source= 0;
switch ($SPROG) {
case "sv": $shwsrc="Visa PHP källkoden för ";
$shwhtml="Visa endast HTML ";
break;
case "da": $shwsrc="Se PHP kildetekst for ";
$shwhtml="Se kun HTML ";
break;
default: $shwsrc="Show PHP sourcecode for ";
$shwhtml="Show HTML only";
}
echo "<span style=\"align: left; font-style: italic;\">$shwsrc <a href=\"$PHP_SELF?show_source=1\" class=asmalltextgrey>$PHP_SELF</a>, <a href=\"$PHP_SELF?show_source=2\" class=asmalltextgrey>top</a>, <a href=\"$PHP_SELF?show_source=3\" class=asmalltextgrey>bottom</a></span> \n";
?>
</TD>
<TD ALIGN="right" VALIGN="bottom" class=smalltextgrey>
<?php echo "$lastmodifyby";
printf(" %s", strftime($timefmt, getlastmod()));
if (isset($maintain_email))
$maintain_email = ereg_replace("@.*","",$maintain_email);
if (isset($maintain_name) ) {
echo "<br>$maintainer ";
if (isset($maintain_email)) {
echo "<a href=\"/skriv_til.php?skriv_til=$maintain_email\" class=asmalltextgrey>$maintain_name</a>";
} else {
echo "$maintain_name" ;
}
} else if (isset($maintain_email)) {
echo "<br>$maintainer: <<a href=\"/skriv_til.php?skriv_til=$maintain_email\" class=asmalltextgrey>$maintain_email</a>>";
}
if ( $HTTP_COOKIE_VARS["lazywwwadmin"] != "" ) {
?> <A HREF="http://validator.w3.org/check/referer" TARGET="_blank" class=asmalltextgrey>##</A>
<?php } else { print ".\n"; }
if ( $HTTP_COOKIE_VARS["wwwsurprise"] != "" ) {
?> <A HREF="/front/skin/" TARGET="_blank" class=asmalltextgrey>*</A>
<?php } ?>
</TD>
</TR>
</TABLE>
</td>
<td width="10" style=" background: <?php echo $GREY; ?>; background-image: url(<?php echo $IMG; ?>/bg-right.gif);" bgcolor="<?php echo $GREY ?>" > </td>
</tr>
<tr>
<td width="10" bgcolor="<?php echo $GREY ?>" style=" background: <?php echo $GREY; ?>;"><img SRC="<?php echo $IMG; ?>/corner-ll.gif" width="10" height="10" border="0" alt=""></td>
<!-- opera fejl ingen bgcolor -->
<td width="100%" bgcolor="<?php echo $GREY ?>" style=" background: <?php echo $GREY; ?>; background-image: url(<?php echo $IMG; ?>/bg-bottom.gif);"><img SRC="/grafix/space.gif" width="1" height="1" border="0" alt=""></td>
<td width="10" bgcolor="<?php echo $GREY ?>" style=" background: <?php echo $GREY; ?>;"><img SRC="<?php echo $IMG; ?>/corner-lr.gif" width="10" height="10" border="0" alt=""></td>
</tr>
</table>
</BODY></HTML>