From d5034a097299354c3ffe47d268b9372817a91bda Mon Sep 17 00:00:00 2001
From: Michael Fairchild <mfairchild@unl.edu>
Date: Fri, 27 Jan 2017 16:23:25 -0600
Subject: [PATCH] Fix the local-footer.tpl.php

---
 www/templates/local-footer.tpl.php | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/www/templates/local-footer.tpl.php b/www/templates/local-footer.tpl.php
index d85fa26..0ad91a1 100644
--- a/www/templates/local-footer.tpl.php
+++ b/www/templates/local-footer.tpl.php
@@ -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">
-- 
GitLab