Forgot to move the facebookapp.css file into the new Facebook plugin
This commit is contained in:
parent
c370f0aadf
commit
4de05f1e47
|
@ -83,8 +83,8 @@ 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');
|
||||
$this->cssLink('css/display.css', null, 'screen, projection, tv');
|
||||
$this->cssLink('plugins/Facebook/facebookapp.css');
|
||||
}
|
||||
|
||||
function showScripts()
|
||||
|
|
Loading…
Reference in New Issue
Block a user