X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FDirectory.php;h=8335fb0cd46c1e49365661b8ea3b0d1874741c59;hb=855e970606edad0749ec461c45024efb6dc9fc79;hp=cc12e9dd211d6d72661a6a37f27a48365d6fc6bd;hpb=ab8997f9db910ba70c592bf106a7f5fc41a55b2d;p=friendica.git diff --git a/src/Module/Directory.php b/src/Module/Directory.php index cc12e9dd21..8335fb0cd4 100644 --- a/src/Module/Directory.php +++ b/src/Module/Directory.php @@ -137,10 +137,7 @@ class Directory extends BaseModule $location = ''; } - $gender = (!empty($profile['gender']) ? DI::l10n()->t('Gender:') : false); - $marital = (!empty($profile['marital']) ? DI::l10n()->t('Status:') : false); $homepage = (!empty($profile['homepage']) ? DI::l10n()->t('Homepage:') : false); - $about = (!empty($profile['about']) ? DI::l10n()->t('About:') : false); $location_e = $location; @@ -160,11 +157,8 @@ class Directory extends BaseModule 'profile' => $profile, 'location' => $location_e, 'tags' => $contact['pub_keywords'], - 'gender' => $gender, 'pdesc' => $pdesc, - 'marital' => $marital, 'homepage' => $homepage, - 'about' => $about, 'photo_menu' => $photo_menu, ];