From: Evan Prodromou Date: Sun, 18 May 2008 12:52:53 +0000 (-0400) Subject: header and footer on subscribers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74cab76cc8d6973abb6aa8bf30eec4ce6dac9faf;p=quix0rs-gnu-social.git header and footer on subscribers darcs-hash:20080518125253-84dde-590f37a4789b5fbf702a0cbacbd56087d94d51f9.gz --- diff --git a/actions/subscribed.php b/actions/subscribed.php index 158e34f9d0..61cb8dac66 100644 --- a/actions/subscribed.php +++ b/actions/subscribed.php @@ -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) {