better logger format, some comments

This commit is contained in:
fabrixxm 2014-04-27 15:08:21 +02:00
parent ef4ce5f795
commit 0b83432bf3
3 changed files with 30 additions and 10 deletions

View file

@ -1,4 +1,9 @@
<?php
/*
* This is the old template engine, now deprecated.
* Friendica's default template engine is Smarty3 (see include/friendica_smarty.php)
*
*/
require_once 'object/TemplateEngine.php';
define("KEY_NOT_EXISTS", '^R_key_not_Exists^');