photo_menu: now the photo_menu does have at all places the same structure

This commit is contained in:
rabuzarus 2016-06-06 16:54:29 +02:00
commit 5c52736221
6 changed files with 22 additions and 10 deletions

View file

@ -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'],