We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27000 commit 97a8837Copy full SHA for 97a8837
buildmenu.php
@@ -49,12 +49,8 @@ function buildMenu() {
49
$set->addRight('Login', $R.'login');
50
}
51
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/');
56
$set->addRight('Book', $R . 'book');
57
- $set->addRight('Instructor', $imenu);
+ $set->addRight('Instructor', 'https://online.dr-chuck.com');
58
59
return($set);
60
0 commit comments