]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
profile block can have actions
authorEvan Prodromou <evan@status.net>
Mon, 14 Mar 2011 20:39:14 +0000 (16:39 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 16 Mar 2011 13:57:10 +0000 (09:57 -0400)
lib/profileblock.php

index 26d38ee3496989224fa7589346ed95fb692fe9fa..7fcc11ef1a844cd6896259b53586f4968c6a97cb 100644 (file)
@@ -106,6 +106,8 @@ abstract class ProfileBlock extends Widget
                                 $description);
         }
 
+        $this->showActions();
+
         $this->out->elementEnd('div');
     }
 
@@ -114,4 +116,7 @@ abstract class ProfileBlock extends Widget
         return AVATAR_PROFILE_SIZE;
     }
 
+    function showActions()
+    {
+    }
 }