From: Zach Copley Date: Thu, 29 Sep 2011 20:26:01 +0000 (+0000) Subject: Show homepage on profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51b7af41d47cce5d66affcf79ee091b97d9b6b2c;p=quix0rs-gnu-social.git Show homepage on profile --- diff --git a/lib/profileblock.php b/lib/profileblock.php index 432df0da5a..4e5539496a 100644 --- a/lib/profileblock.php +++ b/lib/profileblock.php @@ -122,6 +122,8 @@ abstract class ProfileBlock extends Widget function showHomepage() { + $homepage = $this->homepage(); + if (!empty($homepage)) { $this->out->element('a', 'profile_block_homepage', $homepage); }