Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kaip temoje nuimti prisijungima headeryje?

Parašė Žmogus· 2008 Lie. 24 10:07:40
#22

O boža...
Perdiek šituo kodu:
<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/header.png' height='200' style='background-repeat: no-repeat;'>
<tr>

<td width='235'  valign='middle'>
</td>
</tr>
</table>\n";

echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
echo "<td>\n";
echo ($i == 0 ? " " : "")."</td>";
echo "</td></tr></table>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>
</table>\n";
echo "<table width='100%' cellpadding='4' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";
?>