Skip to content
Snippets Groups Projects
Commit fe42b5a1 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Thank you page

parent 1e180238
No related branches found
No related tags found
No related merge requests found
thank you <?php
\ No newline at end of file set_include_path(dirname(dirname(dirname(dirname(__FILE__)))).'/lib/php/'.PATH_SEPARATOR.get_include_path());
require_once 'UNL/Templates.php';
$page = UNL_Templates::factory('Fixed');
$page->doctitle = '<title>UNL | Landscape Services | Outdoor Event Space Request</title>';
$page->head .= file_get_contents('http://www.unl.edu/landscape/sharedcode/localSiteLinks.html');
$page->navlinks = file_get_contents('http://www.unl.edu/landscape/sharedcode/navigation.html');
$page->footercontent = file_get_contents('http://www.unl.edu/landscape/sharedcode/footer.html');
$page->leftcollinks = file_get_contents('http://www.unl.edu/landscape/sharedcode/relatedLinks.html');
$page->contactinfo = file_get_contents('http://www.unl.edu/landscape/sharedcode/footerContactInfo.html');
$page->breadcrumbs = '<ul>
<li><a href="http://www.unl.edu/">UNL</a></li>
<li><a href="http://bf.unl.edu/">Business &amp; Finance</a></li>
<li><a href="http://www.unl.edu/landscape/">Landscape Services</a></li>
<li>Outdoor Event Space Request</li>
</ul>';
$page->titlegraphic = '<h1>Landscape Services</h1>';
$page->pagetitle = '<h2>Outdoor Event Space Request</h2>';
$page->maincontentarea = <<<EOF
<h3>Thank you for submitting your request, we will contact you as to availability.</h3>
EOF;
echo $page->toHtml();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment