rel=me for homepage in profile block
This commit is contained in:
parent
e3f06ee220
commit
98acec74f5
@ -127,6 +127,7 @@ abstract class ProfileBlock extends Widget
|
|||||||
if (!empty($homepage)) {
|
if (!empty($homepage)) {
|
||||||
$this->out->element('a',
|
$this->out->element('a',
|
||||||
array('href' => $homepage,
|
array('href' => $homepage,
|
||||||
|
'rel' => 'me',
|
||||||
'class' => 'profile_block_homepage'),
|
'class' => 'profile_block_homepage'),
|
||||||
$homepage);
|
$homepage);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user