Skip to content
Snippets Groups Projects
Commit 146a4984 authored by Seth Meranda's avatar Seth Meranda
Browse files

remove the navigation, as it's not used the templated way.

parent 9ffb841e
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,8 @@ $page->doctitle = '<title>'.$vars['title'].'</title>';
$page->titlegraphic = '<h1><a href="'.$vars['config']->url.'" title="Planet Red Home">'.$vars['config']->sitename.'</a></h1>';
$page->head .= '<link rel="stylesheet" href="' . $vars['url'] .'_css/css.css?lastcache='.$vars['config']->lastcache.'>&amp;viewtype=mobile&view=mobile" type="text/css" />';
$page->maincontentarea = <<<END
<ul id="mobile_breadcrumbs">
<li class="parent_site"><a href="http://m.unl.edu/?view=proxy&amp;u=http://www.unl.edu/" title="UNL Home">UNL</a></li>
<li class="current_site"><a href="#mobile_navigation">Planet Red</a></li>
</ul>
END;
$page->maincontentarea = "";
$page->maincontentarea .= elgg_view('page_elements/header_contents', $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