get markup template
implement getMarkupTemplate function
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ function allfriends_content(App $a)
|
||||
|
||||
$tab_str = Module\Contact::getTabsHTML($a, $contact, 4);
|
||||
|
||||
$tpl = get_markup_template('viewcontact_template.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('viewcontact_template.tpl');
|
||||
|
||||
$o .= Renderer::replaceMacros($tpl, [
|
||||
//'$title' => L10n::t('Friends of %s', htmlentities($c[0]['name'])),
|
||||
|
||||
Reference in New Issue
Block a user