mirror of
https://github.com/friendica/friendica
synced 2025-04-29 10:24:23 +02:00
Move viewcontact_template and contact_template to contact/ folder
This commit is contained in:
parent
891f686dcf
commit
811e144e9e
15 changed files with 14 additions and 14 deletions
|
@ -93,7 +93,7 @@ function match_content(App $a)
|
|||
DI::sysmsg()->addInfo(DI::l10n()->t('No matches'));
|
||||
}
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('viewcontact_template.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('contact/list.tpl');
|
||||
$o = Renderer::replaceMacros($tpl, [
|
||||
'$title' => DI::l10n()->t('Profile Match'),
|
||||
'$contacts' => array_slice($entries, 0, $limit),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue