Manuel
Themes/default/
BoardIndex.template.phpPesquisar
[/code]
[font=dejavu sans mono][size=x-small]<td colspan="4">[/font][/size]
[font=dejavu sans mono][size=x-small]
[/font][/size]
[font=dejavu sans mono][size=x-small]Trocar por[/font][/size]
[font=dejavu sans mono][size=x-small]
[/font][/size][font=dejavu sans mono][size=x-small]<td colspan="5">[/font][/size]
[font=dejavu sans mono][size=x-small]
[/font][/size]
[font=dejavu sans mono][size=x-small]
if (!$category['is_collapsed'])
[/font][/size]
[font=Verdana][size=78%]
[/font][/size]
echo ' <tr style="line-height:8px;"> <td align="center" class="windowbg"><strong>', $txt['status'],'</strong></td> <td align="left" class="windowbg"><strong>', $txt['board'],'</strong></td> <td align="center" class="windowbg"><strong>', $txt['topics'],'</strong></td> <td align="center" class="windowbg"><strong>', $txt['posts'],'</strong></td> <td align="center" class="windowbg"><strong>', $txt['last_post'],'</strong></td> </tr>';
[font=Verdana][size=78%]
[/font][/size]
[font=Verdana][size=78%]
[/font][/size]
[font=Verdana][size=78%]
// Show some basic information about the number of posts, etc. echo ' </td> <td class="stats windowbg"> <p>', comma_format($board['posts']), ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], ' <br /> ', $board['is_redirect'] ? '' : comma_format($board['topics']) . ' ' . $txt['board_topics'], ' </p> </td>
<td class="lastpost">';
[/font][/size]
[font=Verdana][size=78%]
[/font][/size]
[font=Verdana][size=78%]
[/font][/size]
[font=Verdana][size=78%]
// Show some basic information about the number of posts, etc. echo ' </td>'; if ($board['is_redirect']) echo ' <td class="windowbg" align="center" colspan="2" width="14%"><p>', $board['posts']. ' '. $txt['redirects'] , ' </p> </td> <td class="lastpost">'; else echo ' <td class="windowbg" align="center" width="7%">', comma_format($board['topics']),'</td> <td class="windowbg" align="center" width="7%">', comma_format($board['posts']),'</td> <td class="lastpost">';
[/font][/size]
[font=Verdana][size=78%]
[/font][/size]
[font=Verdana][size=78%]
<td colspan="3" class="children windowbg">
[/font][/size]
[font=Verdana][size=78%]
[/font][/size]
[font=Verdana][size=78%]
[/font][/size][font=dejavu sans mono][size=x-small] <td colspan="4" class="children windowbg">[/font][/size]