Skip to content

Commit 056595f

Browse files
committed
2 parents 4931aa3 + 5e7da29 commit 056595f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/foundation-template.nav.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ function navigation($section = '')
3737

3838
$html .= "\t\t\t\t".'<div class="navBar" id="mainnav">'."\n";
3939

40-
$html .= "\t\t\t\t\t" . l('Overview', $section == 'Overview') . "<br>\n";
40+
$html .= "\t\t\t\t\t" . l('Overview', $section == 'Overview2') . "<br>\n";
4141
$html .= "\t\t\t\t\t" . l('Mission', $section == 'Mission') . "<br>\n";
4242
$html .= "\t\t\t\t\t" . l('Projects', $section == 'Projects') . "<br>\n";
43-
$html .= "\t\t\t\t\t" . l('People', $section == 'People') . "<br>\n";
43+
$html .= "\t\t\t\t\t" . l('People', $section == 'People2') . "<br>\n";
4444
$html .= "\t\t\t\t\t" . l('Fellowships', $section == 'Fellowships') . "<br>\n";
4545
$html .= "\t\t\t\t\t" . l('Reports', $section == 'Reports') . "<br>\n";
4646
$html .= "\t\t\t\t\t" . l('Patrons', $section == 'Patrons') . "<br><br>\n";

0 commit comments

Comments
 (0)