add an href for homepage link
This commit is contained in:
parent
e3c010a870
commit
1b94625f2f
@ -125,7 +125,10 @@ abstract class ProfileBlock extends Widget
|
||||
$homepage = $this->homepage();
|
||||
|
||||
if (!empty($homepage)) {
|
||||
$this->out->element('a', 'profile_block_homepage', $homepage);
|
||||
$this->out->element('a',
|
||||
array('href' => $homepage,
|
||||
'class' => 'profile_block_homepage'),
|
||||
$homepage);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user