aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-05 21:15:24 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-05 21:15:24 -0700
commit72b20a6eb104744a2bc64e72d35fe4ec1cc36660 (patch)
tree532c8908f6ae3782730de6d004809553a7302fe7 /mod/profile.php
parent40a06771ff2a22f3801dfe174ca318cf4f67c1b1 (diff)
downloadvolse-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.php3
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']
));