X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffriendica_smarty.php;h=5dd324bf75b47ee1018ff254c7c8deef5b253876;hb=27646cc4ad8d715317a2ca055b6c3318ddf555a9;hp=f497fbee017c94b9bb35db66b457dd2191ebe813;hpb=5a6da8b447430174ae231a3b8203fd4bd8416cc1;p=friendica.git diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index f497fbee01..5dd324bf75 100644 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -1,6 +1,7 @@ parsed($template); } - public function get_template_file($file, $root=''){ + public function getTemplateFile($file, $root=''){ $a = get_app(); $template_file = get_template_file($a, SMARTY3_TEMPLATE_FOLDER.'/'.$file, $root); $template = new FriendicaSmarty();