put birthday reminders on default network page, add smileys to private mail

This commit is contained in:
Friendika
2011-01-16 16:40:09 -08:00
parent fa9e1a9abb
commit 3811923c14
3 changed files with 6 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ function profile_content(&$a, $update = 0) {
if($is_owner && ! $update)
$o .= get_birthdays();
$o .= get_birthdays();
$cmnt_tpl = load_view_file('view/comment_item.tpl');