]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php.
[quix0rs-gnu-social.git] / actions / shownotice.php
index 7033a1672b0daf09480861c828bddfbf9c6a88a3..d5f35cd84bc9ddc08dee6c590a23e6a8f8855e68 100644 (file)
@@ -95,7 +95,7 @@ class ShownoticeAction extends Action
             return false;
         }
 
-        $this->avatar = $this->profile->getAvatar(AVATAR_STREAM_SIZE);
+        $this->avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);
 
         return true;
     }
@@ -180,6 +180,18 @@ class ShownoticeAction extends Action
         $this->showPage();
     }
 
+
+    /**
+     * Don't show local navigation
+     *
+     * @return void
+     */
+
+    function showLocalNavBlock()
+    {
+    }
+
+
     /**
      * Fill the content area of the page
      *
@@ -196,6 +208,29 @@ class ShownoticeAction extends Action
         $this->elementEnd('ul');
     }
 
+
+
+    /**
+     * Don't show page notice
+     *
+     * @return void
+     */
+
+    function showPageNoticeBlock()
+    {
+    }
+
+
+    /**
+     * Don't show aside
+     *
+     * @return void
+     */
+
+    function showAside() {
+    }
+
+
     /**
      * Extra <head> content
      *