Move viewcontact_template and contact_template to contact/ folder

This commit is contained in:
Hypolite Petovan 2022-11-04 07:03:55 -04:00
parent 891f686dcf
commit 811e144e9e
15 changed files with 14 additions and 14 deletions

View file

@ -132,7 +132,7 @@ class BaseSearch extends BaseModule
}
}
$tpl = Renderer::getMarkupTemplate('viewcontact_template.tpl');
$tpl = Renderer::getMarkupTemplate('contact/list.tpl');
return Renderer::replaceMacros($tpl, [
'title' => $header,
'$contacts' => $entries,