diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
commit | efa55437d4d14dd81d10a98e5d3201d27bcbfafb (patch) | |
tree | c6040e8f1cd1982b520d8285d08d3f967d7445de /include | |
parent | e12d58a75cf0fa32e935caa9e53cb2db953d8409 (diff) | |
download | volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.gz volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.bz2 volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.zip |
increase width of the aside area and make default profile image size 300x300
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 7101d76da..02a038ef4 100644 --- a/include/text.php +++ b/include/text.php @@ -807,7 +807,7 @@ function contact_block() { $shown = get_pconfig($a->profile['uid'],'system','display_friend_count'); if($shown === false) - $shown = 24; + $shown = 25; if($shown == 0) return; |