Merge pull request #2019 from rabuzarus/0611_directory

simple photo_menu for directory
This commit is contained in:
Tobias Diekershoff 2015-11-07 06:54:16 +01:00
commit 4e7bf0028c
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,8 @@ function directory_content(&$a) {
else {
$location_e = $location;
}
$photo_menu = array(array(t("View Profile"), zrl($profile_link)));
$entry = array(
'id' => $rr['id'],
@ -168,6 +170,7 @@ function directory_content(&$a) {
'marital' => $marital,
'homepage' => $homepage,
'about' => $about,
'photo_menu' => $photo_menu,
);