mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30: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
|
@ -786,7 +786,7 @@ class Post extends BaseObject
|
|||
$uid = $parent_uid;
|
||||
}
|
||||
|
||||
$template = get_markup_template($this->getCommentBoxTemplate());
|
||||
$template = Renderer::getMarkupTemplate($this->getCommentBoxTemplate());
|
||||
$comment_box = Renderer::replaceMacros($template, [
|
||||
'$return_path' => $a->query_string,
|
||||
'$threaded' => $this->isThreaded(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue