1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-13 23:28:50 +00:00

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";