]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mailbox.php
Profile block base style
[quix0rs-gnu-social.git] / lib / mailbox.php
index 42eeee97ea984f90d5b99894ce9152685e9bfe69..4ed8d17582a6d53d40f71f902a8676a09c88f853 100644 (file)
@@ -69,12 +69,10 @@ class MailboxAction extends PersonalAction {
        }
 
        function show_top() {
+
+               $cur = common_current_user();
                
-               $inst = $this->get_instructions();
-               $output = common_markup_to_html($inst);
-               common_element_start('div', 'instructions');
-               common_raw($output);
-               common_element_end('div');
+               common_message_form(NULL, $cur, NULL);
                
                $this->views_menu();
        }