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

added navlinks to planetred so that the featured huskers pages will have links in the nav section

parent 8310f0ca
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,8 @@ UNL_Templates::$options['version'] = 3;
$page = UNL_Templates::factory('Fixed');
$page->maincontentarea = '';
$page->leftRandomPromo = '';
if (empty($vars['title'])) {
$title = $vars['config']->sitename;
} else if (empty($vars['config']->sitename)) {
$title = $vars['title'];
} else {
$title = $vars['config']->sitename . ": " . $vars['title'];
}
$page->navlinks = '<ul><li><a href="http://planetred.unl.edu/">Home</a></li><li><a href="http://planetred.unl.edu/account/register.php">Register</a></li></ul>';
$page->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <ul> <li class=\"first\"><a href=\"http://www.unl.edu/\">UNL</a></li> <li>Social Network</li> </ul>";
$page->doctitle = '<title>'.$title.'</title>';
$page->head .= elgg_view('page_elements/header', $vars);
......
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