diff --git a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
index c5eeb456092ea4ec9ffcdf576b64450de6412da7..28ed2bb10f8b097668c7250fd5c691a392454ee1 100755
--- a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
+++ b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
@@ -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);