header and footer on subscribers

darcs-hash:20080518125253-84dde-590f37a4789b5fbf702a0cbacbd56087d94d51f9.gz
This commit is contained in:
Evan Prodromou 2008-05-18 08:52:53 -04:00
parent 793d48dc9e
commit 74cab76cc8
1 changed files with 2 additions and 0 deletions

View File

@ -36,7 +36,9 @@ class SubscribedAction extends Action {
}
$page = $this->arg('page') || 1;
common_show_header($profile->nickname . ": " . _t('Subscribers'));
$this->show_subscribed($profile, $page);
common_show_footer();
}
function show_subscribed($profile, $page) {