simple photo_menu for directory
This commit is contained in:
parent
ed03a941ed
commit
df36ea0d03
|
@ -152,6 +152,8 @@ function directory_content(&$a) {
|
||||||
else {
|
else {
|
||||||
$location_e = $location;
|
$location_e = $location;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$photo_menu = array(array(t("View Profile"), zrl($profile_link)));
|
||||||
|
|
||||||
$entry = array(
|
$entry = array(
|
||||||
'id' => $rr['id'],
|
'id' => $rr['id'],
|
||||||
|
@ -168,6 +170,7 @@ function directory_content(&$a) {
|
||||||
'marital' => $marital,
|
'marital' => $marital,
|
||||||
'homepage' => $homepage,
|
'homepage' => $homepage,
|
||||||
'about' => $about,
|
'about' => $about,
|
||||||
|
'photo_menu' => $photo_menu,
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue