Better link descriptions.

This commit is contained in:
Michael Vogel 2015-08-08 22:30:43 +02:00
parent b4d09777b9
commit ccaeb00973
8 changed files with 40 additions and 33 deletions

View file

@ -263,8 +263,8 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
);
}
}
$tpl = get_markup_template("group_side.tpl");
$o = replace_macros($tpl, array(
'$title' => t('Groups'),
@ -276,8 +276,8 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
'$groups' => $groups,
'$add' => t('add'),
));
return $o;
}