Skip to content
Snippets Groups Projects
Commit 98129e1c authored by Brett Bieber's avatar Brett Bieber
Browse files

Add standard footer to the shell.

parent db4e4927
No related branches found
No related tags found
No related merge requests found
&copy; <?php echo date('Y'); ?> 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>
\ No newline at end of file
......@@ -34,6 +34,7 @@ if (isloggedin()) {
$page->maincontentarea .= elgg_view('page_elements/spotlight', $vars);
}
$page->footercontent = elgg_view('page_elements/footer', $vars);
echo $page;
?>
\ No newline at end of file
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