X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftext.php;h=616c4adb86b7c35b0363f0592f80e4661a2a9f6a;hb=8cd21269ff7b0ca48537b59496a85b06049453aa;hp=04cf11550bad81f356f22a5ef4273a4f814a00f7;hpb=2143a4b993a8b75d98512a4d8a5ae62d2856a541;p=friendica.git diff --git a/include/text.php b/include/text.php index 04cf11550b..616c4adb86 100644 --- a/include/text.php +++ b/include/text.php @@ -1,13 +1,13 @@ template_engine(); try { - $output = $t->replace_macros($s, $r); + $output = $t->replaceMacros($s, $r); } catch (Exception $e) { echo "
" . __FUNCTION__ . ": " . $e->getMessage() . "
"; killme(); @@ -591,7 +591,7 @@ function get_markup_template($s, $root = '') { $a = get_app(); $t = $a->template_engine(); try { - $template = $t->get_template_file($s, $root); + $template = $t->getTemplateFile($s, $root); } catch (Exception $e) { echo "
" . __FUNCTION__ . ": " . $e->getMessage() . "
"; killme();