From: Evan Prodromou Date: Tue, 1 Mar 2011 21:11:19 +0000 (-0500) Subject: default local nav in popular notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c683ad7b54a1cc5decfe8c312b1580113c8eb31;p=quix0rs-gnu-social.git default local nav in popular notices --- diff --git a/actions/favorited.php b/actions/favorited.php index c137cf424f..17c2a58c94 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -163,19 +163,6 @@ class FavoritedAction extends Action $this->elementEnd('div'); } - /** - * Local navigation - * - * This page is part of the public group, so show that. - * - * @return void - */ - function showLocalNav() - { - $nav = new PublicGroupNav($this); - $nav->show(); - } - /** * Content area *