add header and footer to subscriptions
darcs-hash:20080518013747-84dde-e3e4f2bcd562f86e7c5460bc1bdbda8a1417dd31.gz
This commit is contained in:
parent
2b8a19e5dd
commit
82b80b2f75
|
@ -33,7 +33,9 @@ class SubscriptionsAction extends Action {
|
|||
$this->no_such_user();
|
||||
}
|
||||
$page = $this->arg('page') || 1;
|
||||
common_show_header($profile->nickname . ": " . _t('Subscriptions'));
|
||||
$this->show_subscriptions($profile, $page);
|
||||
common_show_footer();
|
||||
}
|
||||
|
||||
function show_subscriptions($profile, $page) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user