diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-08 01:30:56 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-08 01:30:56 -0500 |
commit | ad3fcbce431ea4f5ec6df2a1af2725828d1182b4 (patch) | |
tree | 6ed504b94a2d02e8e070ef1bf42e25718ab4a57a /actions | |
parent | 3e496c19f925d63d319944989c2762130706ff18 (diff) |
add header and footer
darcs-hash:20081208063056-5ed1f-ff1fdbc345395661c19699c6c76cc1d1f6ea8d25.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/block.php | 4 |
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() { |