, so tell nav.php not to output it again.
$NAV_CSS_INCLUDED = true;
// Customize nav (optional)
$NAV_CONFIG = [
'home_url' => '/index.php',
'home_label' => "Anna's Site",
'assignments' => [
['label'=>'Assignment 1', 'url'=>'/assignments/assignment1.php'],
['label'=>'LP4', 'url'=>'/assignments/lp4.php'],
],
'projects' => [
['label'=>'Project Alpha', 'url'=>'/projects/alpha.php'],
],
];
include __DIR__ . '/nav.php';
?>
Welcome to Anna's Website
Mind the construction