Assigned an identifier for the representative user and group profile
This commit is contained in:
parent
800b335906
commit
321093886f
@ -221,7 +221,8 @@ class ShowgroupAction extends GroupDesignAction
|
|||||||
|
|
||||||
function showGroupProfile()
|
function showGroupProfile()
|
||||||
{
|
{
|
||||||
$this->elementStart('div', 'entity_profile vcard author');
|
$this->elementStart('div', array('id' => 'i',
|
||||||
|
'class' => 'entity_profile vcard author'));
|
||||||
|
|
||||||
$this->element('h2', null, _('Group profile'));
|
$this->element('h2', null, _('Group profile'));
|
||||||
|
|
||||||
|
@ -71,7 +71,8 @@ class UserProfile extends Widget
|
|||||||
{
|
{
|
||||||
if (Event::handle('StartProfilePageProfileSection', array(&$this->out, $this->profile))) {
|
if (Event::handle('StartProfilePageProfileSection', array(&$this->out, $this->profile))) {
|
||||||
|
|
||||||
$this->out->elementStart('div', 'entity_profile vcard author');
|
$this->out->elementStart('div', array('id' => 'i',
|
||||||
|
'class' => 'entity_profile vcard author'));
|
||||||
$this->out->element('h2', null, _('User profile'));
|
$this->out->element('h2', null, _('User profile'));
|
||||||
|
|
||||||
if (Event::handle('StartProfilePageProfileElements', array(&$this->out, $this->profile))) {
|
if (Event::handle('StartProfilePageProfileElements', array(&$this->out, $this->profile))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user