mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
put birthday reminders on default network page, add smileys to private mail
This commit is contained in:
parent
fa9e1a9abb
commit
3811923c14
3 changed files with 6 additions and 2 deletions
|
@ -115,6 +115,10 @@ function network_content(&$a, $update = 0) {
|
|||
$o = '<h4>' . t('Group: ') . $r[0]['name'] . '</h4>' . $o;
|
||||
}
|
||||
|
||||
if((! $group) && (! $update))
|
||||
$o .= get_birthdays();
|
||||
|
||||
|
||||
$r = q("SELECT COUNT(*) AS `total`
|
||||
FROM `item` LEFT JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
|
||||
WHERE `item`.`uid` = %d AND `item`.`visible` = 1 AND `item`.`deleted` = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue