move top-level navigation to default local navigation

This commit is contained in:
Evan Prodromou
2011-03-01 06:30:51 -05:00
parent dba2aaa59f
commit 7d77bdcc48
2 changed files with 3 additions and 23 deletions

View File

@@ -637,7 +637,8 @@ class Action extends HTMLOutputter // lawsuit
*/
function showLocalNav()
{
// does nothing by default
$nav = new DefaultLocalNav($this);
$nav->show();
}
/**