0 Membros e 1 Visitante estão a ver este tópico.
/* The board's and children's 'last_post's have: time, timestamp (a number that represents the time.), id (of the post), topic (topic id.), link, href, subject, start (where they should go for the first unread post.), and member. (which has id, name, link, href, username in it.) */ if (!empty($board['last_post']['id'])) echo ' <p><strong>', $txt['last_post'], '</strong> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br /> ', $txt['in'], ' ', $board['last_post']['link'], '<br /> ', $txt['on'], ' ', $board['last_post']['time'],' </p>'; echo ' </td> </tr>';
/* The board's and children's 'last_post's have: time, timestamp (a number that represents the time.), id (of the post), topic (topic id.), link, href, subject, start (where they should go for the first unread post.), and member. (which has id, name, link, href, username in it.) */ if (!empty($board['last_post']['id'])) echo ' <p><strong>', $txt['last_post'], '</strong> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br /> ', $txt['in'], ' ', $board['last_post']['link'], '<br /> ', $txt['on'], ' ', $board['last_post']['time'],' </p>'; else echo ' <center><i><font size="2" color="#bbbbbb">Ainda não é SMFPT</font></i></center>'; echo ' </span> </td> </tr>';