function make_nav($words) { $nav = " <li><a href=\"index.php\">דף הבית</a></li> {$words} "; return $nav; } echo make_nav('wordsssssssss');