diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-18 08:52:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-18 08:52:53 -0400 |
commit | 74cab76cc8d6973abb6aa8bf30eec4ce6dac9faf (patch) | |
tree | a0a8107ff05ba574cec4a302b4e0113866cf8185 /actions | |
parent | 793d48dc9e1d73d871bf34d9f7c1da8916134d1b (diff) |
header and footer on subscribers
darcs-hash:20080518125253-84dde-590f37a4789b5fbf702a0cbacbd56087d94d51f9.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/subscribed.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/subscribed.php b/actions/subscribed.php index 158e34f9d..61cb8dac6 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) { |