]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Restore local nav to single notice and attachment pages.
authorSamantha Doherty <sammy@status.net>
Tue, 19 Apr 2011 17:28:27 +0000 (13:28 -0400)
committerSamantha Doherty <sammy@status.net>
Tue, 19 Apr 2011 17:28:27 +0000 (13:28 -0400)
actions/attachment.php
actions/shownotice.php

index 45aa78728a2510d08182371950e2e0f66112cc9d..22018ab043d06e49291c549756468ceddc478e17 100644 (file)
@@ -143,15 +143,6 @@ class AttachmentAction extends Action
         }
     }
 
-    /**
-     * Don't show local navigation
-     *
-     * @return void
-     */
-    function showLocalNavBlock()
-    {
-    }
-
     /**
      * Fill the content area of the page
      *
index b6d0625e13ec0f86c43ef11138e7476c54611661..4b6483f1aa44db245870913a2256fa7df14db58d 100644 (file)
@@ -233,15 +233,6 @@ class ShownoticeAction extends OwnerDesignAction
         }
     }
 
-    /**
-     * Don't show local navigation
-     *
-     * @return void
-     */
-    function showLocalNavBlock()
-    {
-    }
-
     /**
      * Fill the content area of the page
      *