]> git.mxchange.org Git - friendica.git/blobdiff - src/Render/FriendicaSmarty.php
Rename App Methods
[friendica.git] / src / Render / FriendicaSmarty.php
index f4c6a8ed27623372428db861cf8a35634c3b51c0..559d501ca958486652a4bf427134bf6a32641a0e 100644 (file)
@@ -38,8 +38,8 @@ class FriendicaSmarty extends Smarty
                $this->setConfigDir('view/smarty3/config/');
                $this->setCacheDir('view/smarty3/cache/');
 
-               $this->left_delimiter = $a->get_template_ldelim('smarty3');
-               $this->right_delimiter = $a->get_template_rdelim('smarty3');
+               $this->left_delimiter = $a->getTemplateLdelim('smarty3');
+               $this->right_delimiter = $a->getTemplateRdelim('smarty3');
 
                // Don't report errors so verbosely
                $this->error_reporting = E_ALL & ~E_NOTICE;