diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-05 21:15:24 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-05 21:15:24 -0700 |
commit | 72b20a6eb104744a2bc64e72d35fe4ec1cc36660 (patch) | |
tree | 532c8908f6ae3782730de6d004809553a7302fe7 /mod/profile.php | |
parent | 40a06771ff2a22f3801dfe174ca318cf4f67c1b1 (diff) | |
download | volse-hubzilla-72b20a6eb104744a2bc64e72d35fe4ec1cc36660.tar.gz volse-hubzilla-72b20a6eb104744a2bc64e72d35fe4ec1cc36660.tar.bz2 volse-hubzilla-72b20a6eb104744a2bc64e72d35fe4ec1cc36660.zip |
progress on photos
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index 07c5357ff..c8cfc4edd 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -106,7 +106,8 @@ function profile_content(&$a, $update = false) { $tpl = file_get_contents('view/profile_tabs.tpl'); $o .= replace_macros($tpl,array( - '$url' => $a->get_baseurl() . '/' . $a->cmd + '$url' => $a->get_baseurl() . '/' . $a->cmd, + '$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'] )); |