Skip to content
Snippets Groups Projects
Commit 98485e7c authored by spennythug's avatar spennythug
Browse files

Merge branch 'develop' of git.unl.edu:iim/PlanetRed into develop

parents 9551fbf2 60f0d1a5
No related branches found
No related tags found
No related merge requests found
<?php
/**
* CSS reset
*
* @package Elgg.Core
* @subpackage UI
*/
?>
/* <style> /**/
/* ***************************************
RESET CSS
*************************************** */
[hidden] {
display: none !important;
}
\ No newline at end of file
...@@ -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