Custom stylesheet for the Facebook Connect plugin
This commit is contained in:
parent
eaf2a98daf
commit
b134784df9
1
plugins/FBConnect/FBConnectPlugin.css
Normal file
1
plugins/FBConnect/FBConnectPlugin.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* placeholder for csarven */
|
|
@ -130,6 +130,13 @@ class FBConnectPlugin extends Plugin
|
|||
$action->raw($html);
|
||||
}
|
||||
|
||||
function onEndShowLaconicaStyles($action)
|
||||
{
|
||||
$action->element('link', array('rel' => 'stylesheet',
|
||||
'type' => 'text/css',
|
||||
'href' => common_path('plugins/FBConnect/FBConnectPlugin.css')));
|
||||
}
|
||||
|
||||
function onStartPrimaryNav($action)
|
||||
{
|
||||
$user = common_current_user();
|
||||
|
|
Loading…
Reference in New Issue
Block a user