From 737eb371f83c1059e80cb2d9d907f735283d6e94 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Mar 2011 16:09:35 -0500 Subject: [PATCH] show full local nav in public tag cloud --- actions/publictagcloud.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actions/publictagcloud.php b/actions/publictagcloud.php index f6f1d31625..1432ca66a8 100644 --- a/actions/publictagcloud.php +++ b/actions/publictagcloud.php @@ -92,12 +92,6 @@ class PublictagcloudAction extends Action $this->elementEnd('div'); } - function showLocalNav() - { - $nav = new PublicGroupNav($this); - $nav->show(); - } - function handle($args) { parent::handle($args); -- 2.39.5