Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Toffy klausimai

Parašė Žmogus· 2008 Gru. 31 16:12:38
#57

function render_header($header_content) {

global $theme_width;



echo "<table align='center' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
";include_once "virsus.php";
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0'  backround='".THEME."images/header.jpg' width='100%'>\n<tr>\n";



echo "<td >kodas banerio</td>";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";

}