X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=a6a9cb8ab24356f4ef017c7ed3e01b9e0414e75c;hb=3d6e3cbb78aa7791068ebad173a53c9cf600625a;hp=625f6c95aca781eee24e1a3f895361f8c455e1b6;hpb=01b02dbcaa8532f965389375e961d9c47d74eeec;p=friendica.git diff --git a/mod/directory.php b/mod/directory.php index 625f6c95ac..a6a9cb8ab2 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -159,7 +159,9 @@ function directory_content(&$a) { $location_e = $location; } - $photo_menu = array(array(t("View Profile"), zrl($profile_link))); + $photo_menu = array( + 'profile' => array(t("View Profile"), zrl($profile_link)) + ); $entry = array( 'id' => $rr['id'], @@ -204,7 +206,7 @@ function directory_content(&$a) { '$gdirpath' => $gdirpath, '$desc' => t('Find on this site'), '$contacts' => $entries, - '$finding' => t('Finding:'), + '$finding' => t('Results for:'), '$findterm' => (strlen($search) ? $search : ""), '$title' => t('Site Directory'), '$submit' => t('Find'),