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

Parašė frix· 2008 Bir. 24 17:06:59
#2

Susikurk theme.php fale naują tarkim tokį:

function opentable2($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td height='47' class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable2() {

echo "</td>
</tr>
</table>\n";

}




Tada downloads.php ar kur ten tau reikia opentable() ir closetable() keisk į opentable1() ir closetable1(). Gal ir supratai ką?|