Parašė Žmogus· 2008 Rugs. 21 17:09:15
#10
function render_header($header_content) {
$reklama = "<script type='text/javascript' src='http://show.adclick.lt/show?id=71ta0l2g5jhg0sqobbxr8pd3oi1l9k3w'></script>";
global $theme_width,$settings,$locale,$userdata,$aidlink;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td background=".THEME."images/header.jpg>
<img src=".THEME."images/header.jpg border=0><br>
</td>
</tr>
</table>\n";
echo"<table align=center cellpadding='0' cellspacing='0' width='$theme_width' class='sub-header'>
<tr>
<td align='center'>".showsublinks("","white")."</td>
</tr>
</table>\n";
echo"
<td align='center'>$reklama</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub'></td>
</table>\n";
echo "<table align=center cellpadding='0' cellspacing='0' width='$theme_width'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";