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

changed includes for search/navigation in PHP instead of html

parent a97f036e
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div id="wdn_wrapper"> <div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1> <h1>University of Nebraska&ndash;Lincoln</h1>
<!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?>
</div> </div>
<div id="wdn_navigation_bar"> <div id="wdn_navigation_bar">
<div id="breadcrumbs"> <div id="breadcrumbs">
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<!-- 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" -->
<!--#include virtual="/ucomm/sharedcode/navigation.html" --> <?php virtual('/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