Parašė _Tomas· 2008 Geg. 17 15:05:11
#1
pas mane yra:
Savižudis May 17 2008 01:25:10 0 Komentarai 1 Skaityta Spausdinti
Noriu kad butu
Savižudis
Gegužės 17 2008 01:25:10
Klausimai:
Kaip vietoj MAY pakeisti į lietuviškus mėnėsius
Kaip išimti 0 Komentarai ir skaityta spausdinti.
Theme.php kodas:
function render_news($subject, $news, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<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>
</td>
</tr>
</table>\n";
}
Parašė Žmogus· 2008 Geg. 17 16:05:11
#2
function render_news($subject, $news, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
$news
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "".$locale['041'].showdate("longdate", $info['news_date'])." </td>";
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
O kaip padaryti LT paieškok tikrai yra parašyta