get markup template
implement getMarkupTemplate function
This commit is contained in:
parent
91facd2d0a
commit
35abc4bb64
89 changed files with 243 additions and 243 deletions
|
|
@ -22,7 +22,7 @@ function hostxrd_init(App $a)
|
|||
Config::set('system','site_pubkey', $res['pubkey']);
|
||||
}
|
||||
|
||||
$tpl = get_markup_template('xrd_host.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('xrd_host.tpl');
|
||||
echo Renderer::replaceMacros($tpl, [
|
||||
'$zhost' => $a->getHostName(),
|
||||
'$zroot' => System::baseUrl(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue