get markup template
implement getMarkupTemplate function
This commit is contained in:
@@ -125,7 +125,7 @@ function viewcontacts_content(App $a)
|
||||
}
|
||||
|
||||
|
||||
$tpl = get_markup_template("viewcontact_template.tpl");
|
||||
$tpl = Renderer::getMarkupTemplate("viewcontact_template.tpl");
|
||||
$o .= Renderer::replaceMacros($tpl, [
|
||||
'$title' => L10n::t('Contacts'),
|
||||
'$contacts' => $contacts,
|
||||
|
||||
Reference in New Issue
Block a user