mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02: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
|
@ -62,7 +62,7 @@ class Nav
|
|||
|
||||
$nav_info = self::getInfo($a);
|
||||
|
||||
$tpl = get_markup_template('nav.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('nav.tpl');
|
||||
|
||||
$nav .= Renderer::replaceMacros($tpl, [
|
||||
'$baseurl' => System::baseUrl(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue