]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add header and footer to subscriptions
authorEvan Prodromou <evan@prodromou.name>
Sun, 18 May 2008 01:37:47 +0000 (21:37 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 18 May 2008 01:37:47 +0000 (21:37 -0400)
darcs-hash:20080518013747-84dde-e3e4f2bcd562f86e7c5460bc1bdbda8a1417dd31.gz

actions/subscriptions.php

index 69f57e98bc746afd9a13e4bf7d90677e91bbd19c..6695029394648268e4feb5e33b09ebafd203de84 100644 (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) {