header and footer on subscribers
darcs-hash:20080518125253-84dde-590f37a4789b5fbf702a0cbacbd56087d94d51f9.gz
This commit is contained in:
parent
793d48dc9e
commit
74cab76cc8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user