diff --git a/www/landscape/outdoorevents/index.php b/www/landscape/outdoorevents/index.php index 26631fa5f22946691f809a1ad55a0263a4d5fd8f..6dfc2971347c53812142bec2ef42fbbb74a8c8e0 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/visitorscenter/">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/visitor/">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/visitorscenter/">contact the Visitor's Center</a></li> + For other spaces on campus visit <a href="http://www.unl.edu/visitor/">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/visitorscenter/">Contact info available here</a></p> + <p>Please contact them directly. <a href="http://www.unl.edu/visitor/">Contact info available here</a></p> </li> <li style="clear:left" id="location_other_li"> <label for="location_other"> @@ -762,7 +762,7 @@ $page->maincontentarea .= <<<EOF <ul> <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/visitorscenter/">Visitor's Center</a></li> + <li><a href="http://www.unl.edu/visitor/">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>