]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
A little more french translation.
[friendica.git] / mod / profile_photo.php
index 1bf4e176b83473e191d87b2bb0bb960b87b2d413..4f0d567f407a265bf0cf8441e8ff532a33f52260 100644 (file)
@@ -188,7 +188,7 @@ function profile_photo_content(&$a) {
                $tpl = load_view_file('view/profile_photo.tpl');
 
                $o .= replace_macros($tpl,array(
-
+                       '$user' => $a->user['nickname']
                ));
 
                return $o;