diff options
author | Friendika <info@friendika.com> | 2011-04-04 01:22:05 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-04 01:22:05 -0700 |
commit | 379af2521559c263622348bce41872b61067e532 (patch) | |
tree | 1e082da12910b6e7ee187c64a2f8ade50479516b /mod/profile.php | |
parent | b5bcf44354410e2c37d5ec143c7050c3903200ed (diff) | |
parent | 890753e5b545ca5777c6c9084e99cacf42a3b485 (diff) | |
download | volse-hubzilla-379af2521559c263622348bce41872b61067e532.tar.gz volse-hubzilla-379af2521559c263622348bce41872b61067e532.tar.bz2 volse-hubzilla-379af2521559c263622348bce41872b61067e532.zip |
Merge branch 'iconpopup' of https://github.com/fabrixxm/friendika into fabrixxm-iconpopup
Conflicts:
mod/dfrn_poll.php
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index 17f6a2d45..ab1e8f738 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -454,10 +454,12 @@ function profile_content(&$a, $update = 0) { if(strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC','now - 12 hours')) > 0) $indent .= ' shiny'; + $tmp_item = replace_macros($template,array( '$id' => $item['item_id'], '$linktitle' => t('View $name\'s profile'), '$profile_url' => $profile_link, + '$item_photo_menu' => item_photo_menu($item), '$name' => $profile_name, '$thumb' => $profile_avatar, '$sparkle' => $sparkle, |