boards) && $thread == ""){ include_once("templates/threads.php"); } if(in_array($board, $settings->boards) && isset($thread)){ include_once("templates/thread.php"); } if(!in_array($board, $settings->boards) or $board == ""){ echo "this board does not exist"; } } } ?>