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

added the missing two cols in the footer

parent 81da89b9
Branches
No related tags found
No related merge requests found
......@@ -38,6 +38,16 @@ if (isloggedin()) {
}
*/
$page->leftcollinks = '<h3>Related Links</h3>
<ul>
<li>
<a href="http://code.google.com/p/unl-event-publisher/">UNL Event Publisher</a>
</li>
</ul>';
$page->contactinfo = '<h3>Contacting Us</h3><p><strong>University of Nebraska-Lincoln</strong><br/>1400 R Street<br/>Lincoln, NE 68588<br/>402-472-7211</p>';
$page->footercontent = elgg_view('page_elements/footer', $vars);
echo $page;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment