Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kur ideti?

Parašė MAnjack· 2008 Geg. 16 21:05:07
#2

Va tau nuo a iki z

function render_header($header_content) {

global $theme_width;

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>
<td>$header_content</td>
</tr>
</table>
</td>
</tr>
</table>\n";