diff --git a/index.php b/index.php index 34b77dcfafa8daaaa43189c09726f280b1651530..082944c46ad027ab819c7323aca94d384c17b72d 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,7 @@ <link rel="stylesheet" type="text/css" media="screen" href="css/gobigred.css" /> <script type="text/javascript" src="js/gobigred.js"></script> +<link rel="home" href="http://www.unl.edu/" title="UNL" /> <!-- TemplateEndEditable --> </head> <body class="fixed"> @@ -41,13 +42,13 @@ <!-- WDN: see glossary item 'breadcrumbs' --> <!-- TemplateBeginEditable name="breadcrumbs" --> <ul> - <li class="home"><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> <li>Go Big Red</li> </ul> <!-- TemplateEndEditable --></div> <div id="wdn_navigation_wrapper"> <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> - <?php virtual('/ucomm/sharedcode/navigation.html'); ?> + <?php echo file_get_contents('http://www.unl.edu/ucomm/sharedcode/navigation.html'); ?> <!-- InstanceEndEditable --></div> </div> </div>