Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: News Footer

Parašė Nepas· 2009 Bir. 12 23:06:30
#4

theme.php :

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

echo "<table aling='center' cellpadding='0' cellspacing='0' width='501'>
<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," &middot;").newsopts($info,"&middot;").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";






styles.css


.news-footer {
   background : url(images/news_footer.png);
   height : 30px;
   font-size : 10px;
   color : #555;
   padding-left : 50px;
   padding-right : 20px;





pas mane taip :)