Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: theme.php news functions

Parašė Narysx· 2009 Bal. 2 15:04:10
#1

theme.php dalis:

function render_news($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>
<td class='main-body'>";
echo "Parašyta - ".showdate("longdate", $info['news_date']).". ".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."' class='news'>Plačiau</a> | \n" : "")."";
   if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."' class='news'>".$info['news_comments']." Kmntr</a>. "; echo"</td>";
echo "</tr>
</table>\n";

}






Ką pakeisti, kad ten virš datos būtų vienguba lentelės linija, o ne tokia storesnė?