Parašė pokemonu_karalius· 2009 Bir. 14 17:06:36
#1
Sveiki,
Kaip įdėti šitą kodą į naujienas.
Kodas:
<hr style="width: 100%; height: 1px;" />
Naujienų Kodas:
function render_news($subject, $news, $info) {
echo "<table aling='center' 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," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
Ačiū. REP :)