Skip to content
Snippets Groups Projects
Commit d5034a09 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Fix the local-footer.tpl.php

parent 630115f8
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,7 @@
<div class="bp960-wdn-col-one-half">
<div class="wdn-footer-module">
<span role="heading" class="wdn-footer-heading">About UNL Search</span>
<?php
if ($file = @file_get_contents(UNL_Search::getProjectRoot() . '/tmp/iim-app-footer.html')) {
echo $file;
} else {
echo file_get_contents('http://iim.unl.edu/iim-app-footer?format=partial');
}
?>
<p>This application is developed and maintained by <a href="http://iim.unl.edu/">Internet and Interactive Media</a> (IIM), which is a partnership with University Communication and Information Technology Services.</p>
</div>
</div>
<div class="bp960-wdn-col-one-fourth">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment