mirror of
https://github.com/friendica/friendica
synced 2025-04-23 01:10:11 +00:00
added missing constant
This commit is contained in:
parent
e805350ce4
commit
6500c32362
1 changed files with 61 additions and 59 deletions
|
@ -6,6 +6,8 @@ namespace Friendica\Render;
|
||||||
|
|
||||||
use Friendica\Core\Addon;
|
use Friendica\Core\Addon;
|
||||||
|
|
||||||
|
define('SMARTY3_TEMPLATE_FOLDER', 'templates');
|
||||||
|
|
||||||
class FriendicaSmartyEngine implements ITemplateEngine
|
class FriendicaSmartyEngine implements ITemplateEngine
|
||||||
{
|
{
|
||||||
static $name = "smarty3";
|
static $name = "smarty3";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue