1
0
Fork 0

Replace remaining references to contact_template.tpl by contact/entry.tpl

This commit is contained in:
Hypolite Petovan 2022-11-16 07:15:35 -05:00
commit a6d96bf1b7
5 changed files with 6 additions and 10 deletions

View file

@ -179,7 +179,7 @@ function frio_contact_photo_menu(App $a, &$args)
// Add to pm link a new key with the value 'modal'.
// Later we can make conditions in the corresponding templates (e.g.
// contact_template.tpl)
// contact/entry.tpl)
if (strpos($pmlink, 'message/new/' . $cid) !== false) {
$args['menu']['pm'][3] = 'modal';
}