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

Parašė _Tomas· 2009 Kov. 29 11:03:20
#1

Po paciu straipsniu meta Call to undefined function openform() in theme.php 106 line.

Nezinau kame beda...

Render article: (Paryskinau 106 eilute)

function render_article($subject, $article, $info) {

echo "<table width='100%' cellpadding='0' cellspacing='1' class='border'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='panel-main'>$subject</td>
</tr>
<tr>
<td class='side-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>
</tr>
<tr>
<td align='center' class='news_block'>";
echo openform("A",$info['article_id']).articleposter($info," &middot;").articleopts($info," &middot;").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}