diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/facebookhome.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php index d211e8844..7430cc41f 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -179,7 +179,15 @@ class FacebookhomeAction extends FacebookAction common_element('link', array('rel' => 'stylesheet', 'type' => 'text/css', - 'href' => getFacebookCSS())); + 'href' => getFacebookBaseCSS())); + + common_element('link', array('rel' => 'stylesheet', + 'type' => 'text/css', + 'href' => getFacebookThemeCSS())); + + common_element('script', array('type' => 'text/javascript', + 'src' => getFacebookJS()), + ' '); $this->showLogo(); |