From 8e9fe1cc9c2d493bb4f43faa783a20cae1ff7142 Mon Sep 17 00:00:00 2001 From: ericras <ericrasmussen1@gmail.com> Date: Wed, 30 Jul 2014 10:26:09 -0500 Subject: [PATCH] Update links --- www/landscape/outdoorevents/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/landscape/outdoorevents/index.php b/www/landscape/outdoorevents/index.php index aa96077..f555fad 100644 --- a/www/landscape/outdoorevents/index.php +++ b/www/landscape/outdoorevents/index.php @@ -20,7 +20,7 @@ if (!empty($_POST) $error_msg = ''; if (in_array($_POST['location'], array("lied","union","sheldon","wick"))) { - $error_msg .= 'This location\'s outdoor events are not arranged through Landscape Services. Please contact them directly. <a href="http://www.unl.edu/unlspecialevents">Contact info available here</a>'; + $error_msg .= 'This location\'s outdoor events are not arranged through Landscape Services. Please contact them directly. <a href="http://www.unl.edu/visitorscenter/">Contact info available here</a>'; } if (($_POST['location'] == 'other' && empty($_POST['location_other'])) || empty($_POST['location']) || empty($_POST['begindate_month']) || empty($_POST['begindate_day']) || @@ -359,7 +359,7 @@ $page->maincontentarea .= <<<EOF <p>Please note the following:</p> <ul> <li>This form pertains to <strong><em>outdoor spaces</em></strong> that are managed by Landscape Services.<br /> - For other spaces on campus visit <a href="http://www.unl.edu/unlspecialevents">UNL Special Events</a></li> + For other spaces on campus visit <a href="http://www.unl.edu/visitorscenter/">contact the Visitor's Center</a></li> <li>Student organizations should <strong><em>not</em></strong> use this form but should contact <a href="http://involved.unl.edu/">Student Involvement</a></li> <li>This is a request form, your submission does not confirm/reserve access to the space. We will contact you as to availability.</li> </ul> @@ -391,7 +391,7 @@ $page->maincontentarea .= <<<EOF <li id="location_message" class="infoBox"> <h3>NOTICE</h3> <p>This location's outdoor events are not arranged through Landscape Services.</p> - <p>Please contact them directly. <a href="http://www.unl.edu/unlspecialevents">Contact info available here</a></p> + <p>Please contact them directly. <a href="http://www.unl.edu/visitorscenter/">Contact info available here</a></p> </li> <li style="clear:left" id="location_other_li"> <label for="location_other"> @@ -760,9 +760,9 @@ $page->maincontentarea .= <<<EOF <div class="zenbox neutral"> <h3>Links</h3> <ul> - <li><a href="http://bf.unl.edu/policies/fmp/GuidelinesUseUNLCampusOutdoorSpaces.shtml">Outdoor Space Guidelines</a></li> + <li><a href="http://fmo.unl.edu/policies/use-outdoor-spaces">Outdoor Space Guidelines</a></li> <li><a href="http://www.unl.edu/landscape/">Landscape Services</a></li> - <li><a href="http://www.unl.edu/unlspecialevents">UNL Special Events</a></li> + <li><a href="http://www.unl.edu/visitorscenter/">Visitor's Center</a></li> <li><a href="http://parking.unl.edu/special/schedule.shtml">Special Event Parking</a></li> <li><a href="http://union.unl.edu/">Unions</a></li> <li><a href="http://www.sheldonartmuseum.org/contact_us/">Sheldon Museum of Art & Sculpture Garden</a></li> -- GitLab