From 99bbf46e9a78c304d315ed4001ac7b2b7d91b4a2 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Fri, 21 Aug 2009 20:59:37 +0000 Subject: [PATCH] related links --- unl_theme/views/default/pageshells/pageshell.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/unl_theme/views/default/pageshells/pageshell.php b/unl_theme/views/default/pageshells/pageshell.php index ad9a0961..71676673 100644 --- a/unl_theme/views/default/pageshells/pageshell.php +++ b/unl_theme/views/default/pageshells/pageshell.php @@ -41,11 +41,19 @@ if (isloggedin()) { -$page->leftcollinks = '<h3>Related Links</h3> +$page->leftcollinks = '<h3>Planet Red Service Providers</h3> <ul> <li> <a href="http://globe.poly9.com/">3D Globe By Poly9 Group Inc.</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 --> +</li> +<li> +<a href="http://elgg.org">Elgg Social Platform</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