Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: neveikia skaityti plačiau

Parašė Taskalas· 2008 Bir. 26 13:06:07
#11

Pridėjau theme.php žemiau parašyta kodą,bet vistiek taspats.
function render_pramogos($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," &middot;").newsopts($info,"&middot;").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";

}