some more renamings & doku

This commit is contained in:
Philipp Holzer 2018-10-10 08:54:18 +02:00
parent 307286fc47
commit 3d04562c87
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
3 changed files with 49 additions and 26 deletions

View file

@ -38,8 +38,8 @@ class FriendicaSmarty extends Smarty
$this->setConfigDir('view/smarty3/config/');
$this->setCacheDir('view/smarty3/cache/');
$this->left_delimiter = $a->getTemplateLdelim('smarty3');
$this->right_delimiter = $a->getTemplateRdelim('smarty3');
$this->left_delimiter = $a->getTemplateLeftDelimiter('smarty3');
$this->right_delimiter = $a->getTemplateRightDelimiter('smarty3');
// Don't report errors so verbosely
$this->error_reporting = E_ALL & ~E_NOTICE;