summaryrefslogtreecommitdiff
path: root/actions/facebookhome.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 05:37:21 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 05:37:21 +0000
commit240231a8bd7f6b0753070c630ff6b9169e28afe0 (patch)
treea3ee6eddb34d5b36f09eb0fbd48048374ad0e212 /actions/facebookhome.php
parent8dad87ea95275a1fa57424ca537eb25b701e1a2b (diff)
trac750 linked in stylesheets for login and permissions prompt screens
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r--actions/facebookhome.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index ea56ec071..b05e51b91 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -91,6 +91,9 @@ class FacebookhomeAction extends FacebookAction
function login()
{
+
+ $this->showStylesheets();
+
$nickname = common_canonical_nickname($this->trimmed('nickname'));
$password = $this->arg('password');
@@ -185,6 +188,8 @@ class FacebookhomeAction extends FacebookAction
function getUpdatePermission() {
+ $this->showStylesheets();
+
$this->elementStart('div', array('class' => 'content'));
$instructions = sprintf(_('If you would like the %s app to automatically update ' .