]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileblock.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / profileblock.php
index bf1ffd1443d827ee4053a702784998241760c696..432df0da5a89242e83b4e578d915fba515751910 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2011, StatusNet, Inc.
  *
  * Superclass for profile blocks
- * 
+ *
  * PHP version 5
  *
  * This program is free software: you can redistribute it and/or modify
@@ -62,6 +62,7 @@ abstract class ProfileBlock extends Widget
         $this->showLocation();
         $this->showHomepage();
         $this->showDescription();
+        $this->showTags();
     }
 
     function showAvatar()
@@ -131,6 +132,10 @@ abstract class ProfileBlock extends Widget
         return AVATAR_PROFILE_SIZE;
     }
 
+    function showTags()
+    {
+    }
+
     function showActions()
     {
     }