diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-27 19:27:14 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-27 19:27:14 -0700 |
commit | 2e5fb9c37e76c20ea0c25e1215a549b561dc68a8 (patch) | |
tree | d87b4909049a6ae4585284cd8e1dd9c399a26f21 /mod/profile.php | |
parent | e15265be3c687d5830a44de38fc2e5311dc00d86 (diff) | |
download | volse-hubzilla-2e5fb9c37e76c20ea0c25e1215a549b561dc68a8.tar.gz volse-hubzilla-2e5fb9c37e76c20ea0c25e1215a549b561dc68a8.tar.bz2 volse-hubzilla-2e5fb9c37e76c20ea0c25e1215a549b561dc68a8.zip |
lots of formatting, bug fixes on profile updates, i18n
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index 3703fe7f2..9536cff7f 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -282,6 +282,7 @@ function profile_content(&$a, $update = false) { '$profile_url' => $profile_link, '$name' => $profile_name, '$thumb' => $profile_avatar, + '$title' => $item['title'], '$body' => bbcode($item['body']), '$ago' => relative_date($item['created']), '$indent' => (($item['parent'] != $item['item_id']) ? ' comment' : ''), |