From 146a4984b8505a541e065d52567904b83035a243 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 30 Sep 2010 14:53:58 +0000 Subject: [PATCH] remove the navigation, as it's not used the templated way. --- plugins/mobile_unl/views/mobile/pageshells/pageshell.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php index c5eeb456..28ed2bb1 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.'>&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&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); -- GitLab