Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Jaunelio Klausimai :)

Parašė Žmogus· 2009 Spa. 4 12:10:52
#128

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td><img src='".THEME."images/news.gif' width='15' height='28' alt=''></td>
<td align='center' class='capmain'>$subject</td>
<td><img src='".THEME."images/news1.gif' width='7' height='28' alt=''></td>
</tr>
</table>


<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>$news</td>
</tr>
</table>


<table cellpadding='0' cellspacing='0' width='100%'>
<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";

}