Parašė Žmogus· 2008 Gru. 22 16:12:09
#5
function render_news($subject, $news, $info) {
global $locale;
echo "<table style='border: 0px solid #000000' cellspacing='0' width='100%' cellpadding='0'><tr>";
echo "<td background='".THEME."images/post-top.gif' height='100' border='0'><center><font class='table-cellpic' style='font-size:10px;'>$subject</font></center></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' ><tr>";
echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='main-body'>$news</td></tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='news-footer'> ";
echo "".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'><span style='color:yellow'>".Siøstis."</a></span><br><BR> \n" : "")."";
echo "<td height='24' align='right' class='news-footer'>";
if ($info['news_allow_comments'])
echo "</td></tr></table></td></tr></table><br>\n";
}