From b2c805632a5d3662fda16efc7546bafb02fa05b1 Mon Sep 17 00:00:00 2001 From: Roger Feese <rfeese@unl.edu> Date: Thu, 27 Aug 2015 09:49:31 -0500 Subject: [PATCH] Updated contact info in footer per projects task 70. --- application/layouts/scripts/unl_wdn.phtml | 4 ++-- application/modules/default/views/scripts/layout.phtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/layouts/scripts/unl_wdn.phtml b/application/layouts/scripts/unl_wdn.phtml index 739cdf1b..f36650e7 100644 --- a/application/layouts/scripts/unl_wdn.phtml +++ b/application/layouts/scripts/unl_wdn.phtml @@ -145,9 +145,9 @@ $this->layout()->leftColLinks = array( $this->layout()->contactInfo = <<<EOF <strong>Undergraduate Education</strong><br /> -223 Seaton Hall<br /> +221 Seaton Hall<br /> Lincoln NE 68588-0683<br /> -(402) 472-6023<br /> +(402) 472-4030<br /> Fax: (402) 472-1910 EOF; diff --git a/application/modules/default/views/scripts/layout.phtml b/application/modules/default/views/scripts/layout.phtml index db205b87..87f3cb69 100644 --- a/application/modules/default/views/scripts/layout.phtml +++ b/application/modules/default/views/scripts/layout.phtml @@ -85,9 +85,9 @@ $template->contactinfo = <<<EOF <h3>Contact Us</h3> <p> <strong>Undergraduate Education</strong><br /> - 223 Seaton Hall<br /> + 221 Seaton Hall<br /> Lincoln NE 68588-0683<br /> - (402) 472-6023<br /> + (402) 472-4030<br /> Fax: (402) 472-1910 </p> EOF; -- GitLab