From ba32c4b6237543b1a20216fac34f4b17f22bb03e Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Fri, 18 Sep 2009 14:57:55 +0000 Subject: [PATCH] Put back in the Related links for QA, and placed the shout out text in the bottom footer. --- unl_theme/views/default/page_elements/footer.php | 3 ++- unl_theme/views/default/pageshells/pageshell.php | 10 ++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/unl_theme/views/default/page_elements/footer.php b/unl_theme/views/default/page_elements/footer.php index 4ccb9447..949a015b 100644 --- a/unl_theme/views/default/page_elements/footer.php +++ b/unl_theme/views/default/page_elements/footer.php @@ -1 +1,2 @@ -© <?php echo date('Y'); ?> University of Nebraska–Lincoln | Lincoln, NE 68588 | 402-472-7211 | <a href="http://www.unl.edu/ucomm/aboutunl/" title="Click here to know more about UNL">About UNL</a> | <a href="http://www1.unl.edu/comments/" title="Click here to direct your comments and questions">comments?</a> \ No newline at end of file +© <?php echo date('Y'); ?> University of Nebraska–Lincoln | Lincoln, NE 68588 | 402-472-7211 | <a href="http://www.unl.edu/ucomm/aboutunl/" title="Click here to know more about UNL">About UNL</a> | <a href="http://www1.unl.edu/comments/" title="Click here to direct your comments and questions">comments?</a><br /> +Planet Red was built using the <a href="http://elgg.org">Open Souce Elgg Platform</a>, utilizing web services provided by <a href="http://developer.yahoo.com/">Yahoo!</a> and <a href="http://globe.poly9.com/">Poly9 Group, Inc</a>. \ No newline at end of file diff --git a/unl_theme/views/default/pageshells/pageshell.php b/unl_theme/views/default/pageshells/pageshell.php index 7dac950a..71689f1c 100644 --- a/unl_theme/views/default/pageshells/pageshell.php +++ b/unl_theme/views/default/pageshells/pageshell.php @@ -41,18 +41,16 @@ if (isloggedin()) { -$page->leftcollinks = '<h3>Planet Red Service Providers</h3> +$page->leftcollinks = '<h3>Related Links</h3> <ul> <li> -<a href="http://globe.poly9.com/">3D Globe By Poly9 Group Inc.</a> +<a href="http://clubred.unl.edu">ClubRed</a> </li> <li> -<!-- Begin Yahoo Web Services HTML Attribution Snippet --> -<a href="http://developer.yahoo.com/">Web Services by Yahoo!</a> -<!-- End Yahoo Web Services HTML Attribution Snippet --> +<a href="http://www.huskeralum.com" class="external">Nebraska Alumni Association</a> </li> <li> -<a href="http://elgg.org">Elgg Social Platform</a> +<a href="http://admissions.unl.edu">Undergraduate Office of Admissions</a> </li> </ul>'; $page->contactinfo = '<h3>Contacting Us</h3><p><strong>University of Nebraska-Lincoln</strong><br/>1400 R Street<br/>Lincoln, NE 68588<br/>402-472-7211</p>'; -- GitLab