mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
some more renamings & doku
This commit is contained in:
parent
307286fc47
commit
3d04562c87
3 changed files with 49 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue