Skip to content

Commit 97a8837

Browse files
committed
Updates.
1 parent 7f27000 commit 97a8837

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

buildmenu.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@ function buildMenu() {
4949
$set->addRight('Login', $R.'login');
5050
}
5151

52-
$imenu = new \Tsugi\UI\Menu();
53-
54-
$imenu->addLink('Instructor', 'https://online.dr-chuck.com');
55-
$imenu->addLink('Office Hours', 'http://www.dr-chuck.com/office/');
5652
$set->addRight('Book', $R . 'book');
57-
$set->addRight('Instructor', $imenu);
53+
$set->addRight('Instructor', 'https://online.dr-chuck.com');
5854

5955
return($set);
6056
}

0 commit comments

Comments
 (0)