some corrections
This commit is contained in:
parent
3e1d0bf7a8
commit
4f95b413fa
2 changed files with 3 additions and 3 deletions
|
@ -83,12 +83,12 @@ function community_content(App $a, $update = 0) {
|
|||
|
||||
$o .= alt_pager($a, count($r));
|
||||
|
||||
$t = get_markup_template( "community.tpl" );
|
||||
$t = get_markup_template("community.tpl");
|
||||
return replace_macros($t, array(
|
||||
'$content' => $o,
|
||||
'$header' => t("Community"),
|
||||
'$show_global_community_hint' => (Config::get('system', 'community_page_style') == CP_GLOBAL_COMMUNITY && Config::get('system', 'show_global_community_hint')),
|
||||
'$global_community_hint' => t("This comunity stream shows all public messages arriving on this node. They do not reflect the opinion of the nodes users.")
|
||||
'$global_community_hint' => t("“This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.”")
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue