From 82b80b2f75ffb8368078ce0566df394b92bb49e9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 21:37:47 -0400 Subject: [PATCH] add header and footer to subscriptions darcs-hash:20080518013747-84dde-e3e4f2bcd562f86e7c5460bc1bdbda8a1417dd31.gz --- actions/subscriptions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 69f57e98bc..6695029394 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -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) {