if ($row['forum_order'] == 0 && $row['type'] == "limiter") { echo "<div id='limiter'>"; echo utf8_encode($row['title']); echo "</div>"; echo "<div id='cat'>"; } else { if ($row['type'] == "limiter") { echo "</div>"; echo '<div style="padding:10px;"></div>'; echo "<div id='limiter'>"; echo utf8_encode($row['title']); echo "</div>"; echo '<div style="padding:2px;"></div>'; echo "<div id='cat'>"; } else { echo "<a style='text-decoration:none;' href='./forum.php?id=" . $row['id'] . "'><div id='forum'>\n <span class=\"icon-bubbles\" id='ico'></span>\n \t\t\t\t\t\t\t\t<span id='title'>" . utf8_encode($row['title']) . "</span></br>\n <span id='threads'>" . $dev->getForumThreads($row['id']) . " Sujets</span>\n <div class='clearfix'></div>\n \t\t\t\t\t\t\t</div></a>"; } } if ($cri == $i) { echo "</div>"; } } } ?> </div> </div> <div id="footer"> Site crée par xBlurrrr, contact : azared601 (skype) </div> </body> </html>