]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
progress on photos
[friendica.git] / mod / profile.php
index 07c5357ff8026bfc3c3770b979ab931c83b7bba9..c8cfc4edddd969aa98668582e059286495675c1a 100644 (file)
@@ -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']
                ));