forked from GNUsocial/gnu-social
anon_notice
This commit is contained in:
parent
651a7dc324
commit
112dd08c62
@ -380,7 +380,7 @@ class ShowgroupAction extends Action
|
||||
'short messages about their life and interests. '.
|
||||
'[Join now](%%%%action.register%%%%) to become part of this group and many more! ([Read more](%%%%doc.help%%%%))'),
|
||||
$this->group->nickname);
|
||||
$this->elementStart('div', 'anonymous');
|
||||
$this->elementStart('div', array('id' => 'anon_notice'));
|
||||
$this->raw(common_markup_to_html($m));
|
||||
$this->elementEnd('div');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user