Skip to content
Snippets Groups Projects
Commit dbf62f12 authored by Tim Steiner's avatar Tim Steiner
Browse files

Add misc info to the template footer.

parent 9feeadf5
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,25 @@ foreach ($this->layout()->breadcrumbs as $breadcrumb) { ...@@ -70,6 +70,25 @@ foreach ($this->layout()->breadcrumbs as $breadcrumb) {
} }
$template->breadcrumbs .= '</ul>' . "\n"; $template->breadcrumbs .= '</ul>' . "\n";
$template->leftcollinks = <<<EOF
<h3>Related Links</h3>
<ul>
<li><a href="http://www.unl.edu/ous/faculty_resources/curriculum.shtml" title="Undergraduate Curriculum Committee">Undergraduate Curriculum Committee</a></li>
<li><a href="http://ace.unl.edu/" title="Achievement-Centered Education">Achievement-Centered Education</a></li>
</ul>
EOF;
$template->contactinfo = <<<EOF
<h3>Contacting Us</h3>
<p>
<strong>Office of Undergraduate Studies</strong><br />
201 Seaton Hall<br />
Lincoln NE 68583-0683<br />
(402) 472-1185<br />
Fax: (402) 472-1910
</p>
EOF;
echo "<?xml version='1.0' encoding='UTF-8'?>\n"; echo "<?xml version='1.0' encoding='UTF-8'?>\n";
$html = $template->toHtml(); $html = $template->toHtml();
$html = strtr($html, array('<body' => '<body onload="handleOnLoad(\'' . $this->baseUrl() . '\');"')); $html = strtr($html, array('<body' => '<body onload="handleOnLoad(\'' . $this->baseUrl() . '\');"'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment