0 Membros e 1 Visitante estão a ver este tópico.
// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...)(!empty($board['children'])) { // Sort the links into an array with new boards bold so it can be imploded.
// Show the "Child Boards: ". (there's a link_children but we're going to bold the new ones...) Trabslate By Candidosa2 SMFPT.NET if ($board[id]==4) {echo'<tr><td colspan="3" class="windowbg"><span class="smalltext">',$board['viewer_text'], '<b></span><a href="', $board['href'], '" name="b', $board['id'], '"><span class="smalltext"><b>Clique para ver todas as seções.</b></a></span></td></tr>';} elseif ($board[id]==1) {echo'<tr><td colspan="3" class="windowbg"><span class="smalltext">',$board['viewer_text'], '<b></span><a href="', $board['href'], '" name="b', $board['id'], '"><span class="smalltext"><b>Clique para ver todas as seções.</b></a></span></td></tr>';} elseif (!empty($board['children'])) { // Sort the links into an array with new boards bold so it can be imploded.