mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
Merge pull request #4385 from tobiasd/20180203-smarties
added missing constant
This commit is contained in:
commit
2a00ac790f
1 changed files with 61 additions and 59 deletions
|
@ -6,6 +6,8 @@ namespace Friendica\Render;
|
|||
|
||||
use Friendica\Core\Addon;
|
||||
|
||||
define('SMARTY3_TEMPLATE_FOLDER', 'templates');
|
||||
|
||||
class FriendicaSmartyEngine implements ITemplateEngine
|
||||
{
|
||||
static $name = "smarty3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue