mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
pass to all templates by default
This commit is contained in:
parent
0a9e017d34
commit
6605e30cf2
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ function replace_macros($s,$r) {
|
|||
$stamp1 = microtime(true);
|
||||
|
||||
$a = get_app();
|
||||
|
||||
// pass $baseurl to all templates
|
||||
$r['$baseurl'] = $a->get_baseurl();
|
||||
|
||||
|
||||
$t = $a->template_engine();
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue