diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-19 01:34:25 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-19 01:34:25 +0000 |
commit | 64bda5bd6ca58289c3a525a20c2dc27501fb1cf8 (patch) | |
tree | ce24f0c35450338108641ceb5576c6330ca028b9 /lib/facebookaction.php | |
parent | 12f7ec980ceb40d5241b63b88e7601e293c9f277 (diff) |
trac750 New CSS files for FB app to allow bettter per-install theming
Diffstat (limited to 'lib/facebookaction.php')
-rw-r--r-- | lib/facebookaction.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php index 0a364851f..fd171c457 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -37,7 +37,11 @@ class FacebookAction extends Action 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()), |