From: Zach Copley Date: Fri, 30 Jan 2009 00:07:56 +0000 (+0000) Subject: trac750 Add footer to Facebook app's login page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=153208aaa6eff9ad56b5dac374197684f0cf93b6;p=quix0rs-gnu-social.git trac750 Add footer to Facebook app's login page --- diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 7f9c942ea9..d943104c2b 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -132,6 +132,7 @@ class FacebookhomeAction extends FacebookAction } $this->showLoginForm($msg); + $this->showFooter(); }