Skip to content
Snippets Groups Projects
Commit f0f1f963 authored by Jeroen's avatar Jeroen
Browse files

*** empty log message ***

parent 0d1fbc40
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -31,7 +31,7 @@ function header($title) { ...@@ -31,7 +31,7 @@ function header($title) {
--> -->
</STYLE> </STYLE>
<BODY TEXT="#202020" BGCOLOR="#FEFEFE" BACKGROUND="themes/Jeroen/images/background.gif" ALINK="#000000" LINK="#000000" VLINK="#000000"> <BODY TEXT="#202020" BGCOLOR="#FEFEFE" BACKGROUND="themes/Jeroen/images/background.gif" ALINK="#000000" LINK="#000000" VLINK="#000000">
<TABLE WIDTH="750" ALIGN="left" BORDER="0" CELLPADDING="0" CELLSPACING="6"> <TABLE WIDTH="770" ALIGN="left" BORDER="0" CELLPADDING="0" CELLSPACING="6">
<TR> <TR>
<TD COLSPAN="2"> <TD COLSPAN="2">
<? if (rand(0,150) == 75) $img = "logo2.gif"; else $img = "logo.gif"; ?> <? if (rand(0,150) == 75) $img = "logo2.gif"; else $img = "logo.gif"; ?>
...@@ -499,7 +499,7 @@ function box($subject, $content) { ...@@ -499,7 +499,7 @@ function box($subject, $content) {
function footer() { function footer() {
?> ?>
</TD> </TD>
<TD WIDTH="160" VALIGN="top" ALIGN="right"> <TD WIDTH="180" VALIGN="top" ALIGN="right">
<? <?
global $PHP_SELF; global $PHP_SELF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment