if (!$content && !$text) { include "./pages/search.php"; } if ($content){ include("./" . $content); } if ($text){ include("./" . $text); } ?>