From: Evan Prodromou Date: Tue, 1 Mar 2011 21:00:07 +0000 (-0500) Subject: use default local nav for public action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64ab7b7d07aea1c2082a946d3ea899ac47e92adc;p=quix0rs-gnu-social.git use default local nav for public action --- diff --git a/actions/public.php b/actions/public.php index 5fc547feaf..cbc753d900 100644 --- a/actions/public.php +++ b/actions/public.php @@ -168,21 +168,6 @@ class PublicAction extends Action _('Public Stream Feed (Atom)'))); } - /** - * Show tabset for this page - * - * Uses the PublicGroupNav widget - * - * @return void - * @see PublicGroupNav - */ - - function showLocalNav() - { - $nav = new PublicGroupNav($this); - $nav->show(); - } - function showEmptyList() { $message = _('This is the public timeline for %%site.name%% but no one has posted anything yet.') . ' ';