1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html> <head> <title>Zomplog</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href=<? echo "skins/$skin/style.css"; ?> type="text/css" />
</head> <body bgcolor="#FFFFFF"><table width="500" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#663300"> <tr> <td><a href="index.php"><img src=<? echo "skins/$skin/images/logo.gif"; ?>></a></td> </tr> <tr> <td bgcolor="#663300"> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="3" cellpadding="0"> <tr> <td width="3%"><img src="skins/plain/images/spacer.gif" width="24" height="15"></td> <td width="94%">
|