Skip to content
Snippets Groups Projects
Commit 2c71b043 authored by Brett T Bieber's avatar Brett T Bieber
Browse files

Merge pull request #1 from s-cwiedel5/master

Updated footer links to hard-code
parents 786cd5db 328355f8
Branches
No related tags found
No related merge requests found
......@@ -141,9 +141,38 @@ if (isset($_GET['category'])) {
}
$page->maincontentarea .= '</div>';
$page->leftcollinks = file_get_contents('http://wellness.unl.edu/sharedcode/relatedLinks.html');
$page->contactinfo = file_get_contents('http://wellness.unl.edu/sharedcode/footerContactInfo.html');
$page->footercontent = file_get_contents('http://wellness.unl.edu/sharedcode/footer.html');
$page->leftcollinks = '<h3>Related Links</h3>'.
'<div class="content">'.
'<h5 class="sec_main">Internal</h5>'.
'<ul>'.
'<li><a target="_blank" href="http://crec.unl.edu/">Campus Recreation</a></li>'.
'<li><a target="_blank" href="http://www.unl.edu/health/">University Health Center</a></li>'.
'<li><a target="_blank" href="http://ehs.unl.edu/">Environmental Health &amp; Safety</a></li>'.
'<li><a target="_blank" href="http://hr.unl.edu/">Human Resources</a></li>'.
'<li><a target="_blank" href="http://emergency.unl.edu">Emergency Planning &amp; Preparation</a></li>'.
'<li><a target="_blank" href="http://hr.unl.edu/eap">Employee Assistance Program</a></li>'.
'</ul>'.
'<h5 class="sec_main">External</h5>'.
'<ul>'.
'<li><a target="_blank" href="http://lancaster.unl.edu/FOOD/">Nutrition Videos, Recipes &amp; Tips</a></li>'.
'<li><a target="_blank" href="http://www.mypyramid.gov/">Log Dietary Intake</a></li>'.
'<li><a target="_blank" href="http://www.myyogaonline.com/">Mind/Body</a></li>'.
'<li><a target="_blank" href="http://men.webmd.com/default.htm">Men\'s Health</a></li>'.
'<li><a target="_blank" href="http://women.webmd.com/default.htm">Women\'s Health</a></li>'.
'<li><a target="_blank" href="http://www.acefitness.org/article/2850/?CMP=EMC-HET_122909">Professional Easy Step-by-Step Exercise Plan</a></li>'.
'<li><a target="_blank" href="http://www.bluehealthadvantagene.com/">BMI calculator, Free Exercise log, Cost of Smoking Calculator, etc.</a></li>'.
'<li><a target="_blank" href="http://www.nslpflonline.org">Free, Interactive, Financial Literacy Online Courses</a></li>'.
'</ul> </div>';
$page->contactinfo = '<h3>Contact Us</h3>'.
'<div class="content">
' <p style="padding:3px; border-bottom:2px #FFF solid;"><strong style="color:#333;"> Kim Barrett</strong><br />Fitness and Wellness<br />'.
'<span style="font-size:95%; margin-left:10px;">University of Nebraska-Lincoln</span><br />'.
'<span style="font-size:95%; margin-left:10px;">Campus Recreation</span><br />'.
'<span style="font-size:95%; margin-left:10px;">55 CREC Lincoln NE 68588-0232</span><br />'.
'(402)472-9480 | <a href="mailto:kbarrett4@unl.edu">email</a></p> </div>';
$page->footercontent = '&copy; 2010 University of Nebraska&ndash;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 />'.
'UNL is an equal opportunity employer with a comprehensive plan for diversity. Find out more: <a href="https://employment.unl.edu/" target="_blank" title="Employment at UNL">employment.unl.edu</a><br />'.
'<p style="margin:0.5em 0 -1.4em 0">This site produced and maintained by <a href="http://ucomm.unl.edu/iim.shtml" title="go to the University Communications Internet and Interactive media website">University Communications Internet and Interactive Media</a></p>';
if (isset($_GET['format'])) {
echo $page->maincontentarea;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment