Skip to content
Snippets Groups Projects
Commit 3f7a7e86 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Add link for homepage breadcrumb

parent d644bdb7
No related branches found
No related tags found
4 merge requests!15WIP: Support WDN version 5.3,!8Update for elgg upgrade,!3Develop,!1Git fixes
...@@ -32,7 +32,7 @@ $unl_template->navlinks = elgg_view_menu('site', array( ...@@ -32,7 +32,7 @@ $unl_template->navlinks = elgg_view_menu('site', array(
'sort_by' => 'priority' 'sort_by' => 'priority'
)); ));
$unl_template->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <ul> <li class=\"first\"><a href=\"http://www.unl.edu/\">UNL</a></li> <li>Planet Red</li> </ul>"; $unl_template->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <ul> <li class=\"first\"><a href=\"http://www.unl.edu/\">UNL</a></li> <li><a href='".elgg_get_site_url()."'>Planet Red</a></li> </ul>";
$unl_template->maincontentarea = $vars['body']; $unl_template->maincontentarea = $vars['body'];
$unl_template->titlegraphic ="Planet Red"; $unl_template->titlegraphic ="Planet Red";
$unl_template->pagetitle =""; $unl_template->pagetitle ="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment