diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-30 00:07:56 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-30 00:07:56 +0000 |
commit | 153208aaa6eff9ad56b5dac374197684f0cf93b6 (patch) | |
tree | 2b4c958809372de5d8e2bae5c44ab1636210c352 | |
parent | 733b3543d06fea12704118c93da3535e5ee8349f (diff) |
trac750 Add footer to Facebook app's login page
-rw-r--r-- | actions/facebookhome.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 7f9c942ea..d943104c2 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -132,6 +132,7 @@ class FacebookhomeAction extends FacebookAction } $this->showLoginForm($msg); + $this->showFooter(); } |