]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add header and footer
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 06:30:56 +0000 (01:30 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 06:30:56 +0000 (01:30 -0500)
darcs-hash:20081208063056-5ed1f-ff1fdbc345395661c19699c6c76cc1d1f6ea8d25.gz

actions/block.php

index 4b867594ae93bdd056347d462a0dcfd34ead7b14..977385eade3490a261f5cde0af269afc0aebaefa 100644 (file)
@@ -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() {