forked from GNUsocial/gnu-social
		
	trac750 fix method calls to get CSS files
This commit is contained in:
		| @@ -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(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user