mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
We now have a global page for all global entries from the network.
This commit is contained in:
parent
6925299e5a
commit
3ffea2cd2c
16 changed files with 264 additions and 71 deletions
|
@ -1176,7 +1176,8 @@ function admin_page_site(App $a)
|
|||
$community_page_style_choices = array(
|
||||
CP_NO_COMMUNITY_PAGE => t("No community page"),
|
||||
CP_USERS_ON_SERVER => t("Public postings from users of this site"),
|
||||
CP_GLOBAL_COMMUNITY => t("Global community page")
|
||||
CP_GLOBAL_COMMUNITY => t("Global community page"),
|
||||
CP_USERS_AND_GLOBAL => t("Public user postings and global postings")
|
||||
);
|
||||
|
||||
/* OStatus conversation poll choices */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue