diff --git a/www/templates/html/Navigation.tpl.php b/www/templates/html/Navigation.tpl.php
index bd296f7f581bc520750149ae18bcdb64a6c2f8b8..94a84326c90060c917a21b780b65b18c69e13784 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>