From 899000586dfc7b6672cf7d117875ccebf530d782 Mon Sep 17 00:00:00 2001
From: Jeffrey Sturek <jsturek8@unl.edu>
Date: Wed, 31 Jul 2019 11:54:03 -0500
Subject: [PATCH] Replace IIM references with DXG

---
 www/templates/local-footer.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/templates/local-footer.tpl.php b/www/templates/local-footer.tpl.php
index 299d834..8293b60 100644
--- a/www/templates/local-footer.tpl.php
+++ b/www/templates/local-footer.tpl.php
@@ -1,6 +1,6 @@
 <nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading">
   <h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-1-heading">About UNL Search</h3>
-  <p>This application is a product of the <a href="https://iim.unl.edu/">Internet and Interactive Media group at Nebraska</a>. IIM is a partnership of <a href="https://ucomm.unl.edu/">University Communication</a> and <a href="https://its.unl.edu/">Information Technology Services</a>.</p>
+  <p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group at Nebraska</a>. DXG is a partnership of <a href="https://ucomm.unl.edu/">University Communication</a> and <a href="https://its.unl.edu/">Information Technology Services</a>.</p>
     <?php
       // TODO: Verify file will continue to exist and correct
       echo file_get_contents('http://www.unl.edu/ucomm/sharedcode/footerContactInfo.html');
-- 
GitLab