topicView.inc 264 B

123456789101112
  1. <?=$header?>
  2. <div id="contentContainer">
  3. <div id="content">
  4. <h1>
  5. <a href="?a=topic&id=<?=$topicData['topic_id']?>"><?=$title?></a>
  6. </h1>
  7. <div id="posts"><?=$postView?></div>
  8. </div>
  9. </div>
  10. <?php include "topicSidebarView.inc"; ?>
  11. </body>
  12. </html>