trac750 fix method calls to get CSS files

This commit is contained in:
Zach Copley 2009-01-19 02:13:25 +00:00
parent 5f2fce04cb
commit cd6b9d6c46
2 changed files with 18 additions and 2 deletions

View File

@ -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();

View File

@ -155,7 +155,15 @@ 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()),
' ');
$this->showLogo();