profile block can have actions
This commit is contained in:
parent
a661b22fad
commit
051e374792
|
@ -106,6 +106,8 @@ abstract class ProfileBlock extends Widget
|
|||
$description);
|
||||
}
|
||||
|
||||
$this->showActions();
|
||||
|
||||
$this->out->elementEnd('div');
|
||||
}
|
||||
|
||||
|
@ -114,4 +116,7 @@ abstract class ProfileBlock extends Widget
|
|||
return AVATAR_PROFILE_SIZE;
|
||||
}
|
||||
|
||||
function showActions()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user