Show homepage on profile
This commit is contained in:
@@ -122,6 +122,8 @@ abstract class ProfileBlock extends Widget
|
|||||||
|
|
||||||
function showHomepage()
|
function showHomepage()
|
||||||
{
|
{
|
||||||
|
$homepage = $this->homepage();
|
||||||
|
|
||||||
if (!empty($homepage)) {
|
if (!empty($homepage)) {
|
||||||
$this->out->element('a', 'profile_block_homepage', $homepage);
|
$this->out->element('a', 'profile_block_homepage', $homepage);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user