'; $theme_toggle = ''; if ($_SESSION['theme'] == 'dark') $theme_toggle = 'light'; else $theme_toggle = 'dark'; $nav .= '
'; echo $nav;