added missing constant

This commit is contained in:
Tobias Diekershoff 2018-02-03 11:11:00 +01:00
parent e805350ce4
commit 6500c32362

View file

@ -6,6 +6,8 @@ namespace Friendica\Render;
use Friendica\Core\Addon;
define('SMARTY3_TEMPLATE_FOLDER', 'templates');
class FriendicaSmartyEngine implements ITemplateEngine
{
static $name = "smarty3";