From: Samantha Doherty Date: Tue, 19 Apr 2011 17:28:27 +0000 (-0400) Subject: Restore local nav to single notice and attachment pages. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7ffe1df86c762f9f137d098a0c4e82a3d0fb3e6;p=quix0rs-gnu-social.git Restore local nav to single notice and attachment pages. --- diff --git a/actions/attachment.php b/actions/attachment.php index 45aa78728a..22018ab043 100644 --- a/actions/attachment.php +++ b/actions/attachment.php @@ -143,15 +143,6 @@ class AttachmentAction extends Action } } - /** - * Don't show local navigation - * - * @return void - */ - function showLocalNavBlock() - { - } - /** * Fill the content area of the page * diff --git a/actions/shownotice.php b/actions/shownotice.php index b6d0625e13..4b6483f1aa 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -233,15 +233,6 @@ class ShownoticeAction extends OwnerDesignAction } } - /** - * Don't show local navigation - * - * @return void - */ - function showLocalNavBlock() - { - } - /** * Fill the content area of the page *