From b5a3ce2d888ef6b5ca26e444e856a2dd7fbd879b Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Tue, 24 Sep 2013 13:39:10 -0500 Subject: [PATCH] Correct link to subject areas listing --- www/templates/html/Navigation.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/html/Navigation.tpl.php b/www/templates/html/Navigation.tpl.php index bd296f7..94a8432 100644 --- a/www/templates/html/Navigation.tpl.php +++ b/www/templates/html/Navigation.tpl.php @@ -1,5 +1,5 @@ <ul> <li><a href="http://bulletin.unl.edu/undergraduate/" title="Go to the Undergraduate Bulletin homepage">Undergraduate Bulletin</a></li> <li><a href="http://www.unl.edu/gradstudies/bulletin" title="Go to the Graduate Bulletin homepage">Graduate Bulletin</a></li> - <li><a href="courses/" title="Go to the listing of latest course information">Courses</a></li> + <li><a href="<?php echo $controller->getURL(); ?>courses/" title="Go to the listing of latest course information">Courses</a></li> </ul> -- GitLab