add header and footer to subscriptions

darcs-hash:20080518013747-84dde-e3e4f2bcd562f86e7c5460bc1bdbda8a1417dd31.gz
This commit is contained in:
Evan Prodromou 2008-05-17 21:37:47 -04:00
parent 2b8a19e5dd
commit 82b80b2f75
1 changed files with 2 additions and 0 deletions

View File

@ -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) {