Skip to content
Snippets Groups Projects
Commit 71820670 authored by Aaron Coleman's avatar Aaron Coleman
Browse files

change php include into file_get_contents for navigation

parent dbcbef1b
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="css/gobigred.css" /> <link rel="stylesheet" type="text/css" media="screen" href="css/gobigred.css" />
<script type="text/javascript" src="js/gobigred.js"></script> <script type="text/javascript" src="js/gobigred.js"></script>
<link rel="home" href="http://www.unl.edu/" title="UNL" />
<!-- TemplateEndEditable --> <!-- TemplateEndEditable -->
</head> </head>
<body class="fixed"> <body class="fixed">
...@@ -41,13 +42,13 @@ ...@@ -41,13 +42,13 @@
<!-- WDN: see glossary item 'breadcrumbs' --> <!-- WDN: see glossary item 'breadcrumbs' -->
<!-- TemplateBeginEditable name="breadcrumbs" --> <!-- TemplateBeginEditable name="breadcrumbs" -->
<ul> <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> <li>Go Big Red</li>
</ul> </ul>
<!-- TemplateEndEditable --></div> <!-- TemplateEndEditable --></div>
<div id="wdn_navigation_wrapper"> <div id="wdn_navigation_wrapper">
<div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> <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> <!-- InstanceEndEditable --></div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment