c-milionaire napisał/a:
Jak zapewne wiecie w thme fallout info o nadawcy newsa jest na gorze pod tematem a chciałbym jes przenieśc na d ol jak naprzykład w suporcie tylko jak to zrobić ??
function render_news($subject, $news, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capleftbig'><img src='".THEME."images/blank.gif' width='20' height='37' alt='' style='display:block'></td>
<td class='capmainbig'>$subject<br>
</td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='main-body'>
$news
</td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td align='right' class='news-footer'>\n";
echo "<span class='small'>".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."' class='white'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['news_date'])."</span></td>";
echo "<td class='caprightbig'><img src='".THEME."images/blank.gif' width='20' height='37' alt='' style='display:block'>";
if ($info['news_ext'] == "y") echo "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> |\n";
if ($info['news_allow_comments']) echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> |\n";
echo $info['news_reads'].$locale['044']."
<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>
</td>
</tr>
</table>\n";
Wklejasz powyższy kod w odpowiednie miejsce w pliku theme.php (skórki Fallout). |