trac750 fix method calls to get CSS files
This commit is contained in:
parent
5f2fce04cb
commit
cd6b9d6c46
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user