From 05951a9877a2e8d0369ae3201a4379016b9b4968 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Jan 2014 18:45:40 -0800 Subject: add primary webbie to directory popup --- mod/directory.php | 1 + mod/dirprofile.php | 1 + 2 files changed, 2 insertions(+) (limited to 'mod') diff --git a/mod/directory.php b/mod/directory.php index 53542db60..ff51b55db 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -173,6 +173,7 @@ function directory_content(&$a) { 'name' => $rr['name'], 'details' => $pdesc . $details, 'profile' => $profile, + 'address' => $rr['address'], 'location' => $location, 'gender' => $gender, 'pdesc' => $pdesc, diff --git a/mod/dirprofile.php b/mod/dirprofile.php index 0cd84b910..1593b014a 100644 --- a/mod/dirprofile.php +++ b/mod/dirprofile.php @@ -153,6 +153,7 @@ function dirprofile_init(&$a) { '$name' => $rr['name'], '$details' => $pdesc . $details, '$profile' => $profile, + '$address' => $rr['address'], '$location' => $location, '$gender' => $gender, '$pdesc' => $pdesc, -- cgit v1.2.3