photo_menu: now the photo_menu does have at all places the same structure
This commit is contained in:
parent
ec89274cd8
commit
5c52736221
6 changed files with 22 additions and 10 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue