Facebook app wasn't loading the theme css

This commit is contained in:
Zach Copley 2009-08-26 14:34:41 +00:00
parent a8d3545182
commit cbdf8e51aa
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class FacebookAction extends Action
function showStylesheets()
{
$this->cssLink('css/display.css', 'base');
$this->cssLink('css/display.css',null,'screen, projection, tv');
$this->cssLink('css/facebookapp.css', 'base');
}