Custom stylesheet for the Facebook Connect plugin

This commit is contained in:
Zach Copley 2009-05-22 01:22:07 +00:00
parent eaf2a98daf
commit b134784df9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
/* placeholder for csarven */

View File

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