mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +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
|
@ -123,7 +123,7 @@ class ForumManager
|
|||
$entries[] = $entry;
|
||||
}
|
||||
|
||||
$tpl = get_markup_template('widget_forumlist.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('widget_forumlist.tpl');
|
||||
|
||||
$o .= Renderer::replaceMacros(
|
||||
$tpl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue