From 718206705d19f822bd6986f349e6bf9fea1e2d17 Mon Sep 17 00:00:00 2001
From: Aaron Coleman <acoleman1@unl.edu>
Date: Mon, 26 Sep 2011 20:54:31 +0000
Subject: [PATCH] change php include into file_get_contents for navigation

---
 index.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php
index 34b77dc..082944c 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&ndash;Lincoln">UNL</a></li>
+                <li><a href="http://www.unl.edu/" title="University of Nebraska&ndash;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>
-- 
GitLab