summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/block.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/block.php b/actions/block.php
index 4b867594a..977385ead 100644
--- a/actions/block.php
+++ b/actions/block.php
@@ -73,6 +73,8 @@ class BlockAction extends Action {
$id = $this->profile->id;
+ common_show_header(_('Block user'));
+
common_element_start('p', NULL,
_('Are you sure you want to block this user? '.
'Afterwards, they will be unsubscribed from you, '.
@@ -95,6 +97,8 @@ class BlockAction extends Action {
common_submit('yes', _('Yes'));
common_element_end('form');
+
+ common_show_footer();
}
function block_profile() {