aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
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']
));