remove object nav for search
This commit is contained in:
parent
90eb09624c
commit
6b1732d9a2
|
@ -62,20 +62,6 @@ class SearchAction extends Action
|
|||
$this->showPage();
|
||||
}
|
||||
|
||||
/**
|
||||
* Show tabset for this page
|
||||
*
|
||||
* Uses the SearchGroupNav widget
|
||||
*
|
||||
* @return void
|
||||
* @see SearchGroupNav
|
||||
*/
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new SearchGroupNav($this, $this->trimmed('q'));
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showTop($arr=null)
|
||||
{
|
||||
$error = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user