Show homepage on profile
This commit is contained in:
parent
d438a55434
commit
51b7af41d4
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user