get markup template
implement getMarkupTemplate function
This commit is contained in:
parent
91facd2d0a
commit
35abc4bb64
89 changed files with 243 additions and 243 deletions
|
|
@ -49,7 +49,7 @@ function uimport_content(App $a)
|
|||
unset($_SESSION['mobile-theme']);
|
||||
}
|
||||
|
||||
$tpl = get_markup_template("uimport.tpl");
|
||||
$tpl = Renderer::getMarkupTemplate("uimport.tpl");
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
'$regbutt' => L10n::t('Import'),
|
||||
'$import' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue