Show homepage on profile

This commit is contained in:
Zach Copley 2011-09-29 20:26:01 +00:00
parent d438a55434
commit 51b7af41d4
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}