Skip to content
Snippets Groups Projects
Commit 4ac1853f authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Merge branch 'IIMtoDXG' into 'master'

Replace IIM references with DXG

See merge request iim/unl_lockup_factory!8
parents de519787 e0ca1989
Branches
Tags
1 merge request!8Replace IIM references with DXG
......@@ -405,7 +405,7 @@ CREATIVE FEEDBACK:
COMMUNICATOR FEEDBACK:
' . $lockup->communicator_feedback . '
<br><br>
If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or IIM at 2-9878 or iim@listserv.unl.edu
If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or DXG at 2-9878 or dxg@listserv.unl.edu
<br><br>
UNL Lockup Factory';
......@@ -463,7 +463,7 @@ CREATIVE FEEDBACK:
COMMUNICATOR FEEDBACK:
' . $lockup->communicator_feedback . '
<br><br>
If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or IIM at 2-9878 or iim@listserv.unl.edu
If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or DXG at 2-9878 or dxg@listserv.unl.edu
<br><br>
UNL Lockup Factory';
......@@ -512,7 +512,7 @@ CREATIVE FEEDBACK:
COMMUNICATOR FEEDBACK:
' . $lockup->communicator_feedback . '
<br><br>
If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or IIM at 2-9878 or iim@listserv.unl.edu
If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or DXG at 2-9878 or dxg@listserv.unl.edu
<br><br>
UNL Lockup Factory';
......
......@@ -27,7 +27,7 @@ class Emailer {
} else {
self::$mailer->addAddress($to);
}
self::$mailer->addReplyTo('iim@listserv.unl.edu', 'IIM Devs');
self::$mailer->addReplyTo('dxg@listserv.unl.edu', 'DXG Devs');
self::$mailer->addReplyTo('mplioplis2@unl.edu', 'Marcelo Plioplis');
self::$mailer->isHTML(true);
......
<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 Lockup Factory</h3>
<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>
<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>
</nav>
<nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading">
<h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-2-heading">Related Links</h3>
<ul class="dcf-list-bare dcf-mb-0">
<li><a href="http://ucomm.unl.edu/">University Communication</a></li>
<li><a href="http://iim.unl.edu/">Internet and Interactive Media</a></li>
<li><a href="http://wdn.unl.edu/">Web Developer Network</a></li>
<li><a href="http://its.unl.edu/">Information Technology Services</a></li>
<li><a href="https://ucomm.unl.edu/">University Communication</a></li>
<li><a href="https://dxg.unl.edu/">Digital Experience Group</a></li>
<li><a href="https://wdn.unl.edu/">Web Developer Network</a></li>
<li><a href="https://its.unl.edu/">Information Technology Services</a></li>
</ul>
</nav>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment