mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
get markup template
implement getMarkupTemplate function
This commit is contained in:
parent
91facd2d0a
commit
35abc4bb64
89 changed files with 243 additions and 243 deletions
|
@ -54,7 +54,7 @@ function home_content(App $a) {
|
|||
Addon::callHooks("home_content",$content);
|
||||
|
||||
|
||||
$tpl = get_markup_template('home.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('home.tpl');
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
'$defaultheader' => $defaultheader,
|
||||
'$customhome' => $customhome,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue