diff --git a/threadr/board/index.php b/threadr/board/index.php index d855f0d..cc75390 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -13,7 +13,7 @@ $id=$_GET['id']; ThreadR - Boards %STYLESHEET% - + %NAVBAR% @@ -48,7 +48,6 @@ $id=$_GET['id']; include("./post.php"); } elseif($_GET['action']=='submit') { $user_id=$_SESSION[user_id]; - echo "$user_id"; $title=$_POST['title']; $content=$_POST['content']; include("./submit.php");