]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Custom stylesheet for the Facebook Connect plugin
authorZach Copley <zach@controlyourself.ca>
Fri, 22 May 2009 01:22:07 +0000 (01:22 +0000)
committerZach Copley <zach@controlyourself.ca>
Fri, 22 May 2009 01:22:07 +0000 (01:22 +0000)
plugins/FBConnect/FBConnectPlugin.css [new file with mode: 0644]
plugins/FBConnect/FBConnectPlugin.php

diff --git a/plugins/FBConnect/FBConnectPlugin.css b/plugins/FBConnect/FBConnectPlugin.css
new file mode 100644 (file)
index 0000000..19a196f
--- /dev/null
@@ -0,0 +1 @@
+/* placeholder for csarven */
\ No newline at end of file
index 4fb9a7ca4d06c71288409d2acdef5eeeb818a959..ad5e47e4780bd17449d1ff7d10866ea8e55534cb 100644 (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();