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