]> git.mxchange.org Git - friendica.git/blob - object/TemplateEngine.php
FR update to the strings THX Perig
[friendica.git] / object / TemplateEngine.php
1 <?php\r
2 require_once 'boot.php';\r
3 \r
4 \r
5 /**\r
6  * Interface for template engines\r
7  */\r
8 interface ITemplateEngine {\r
9         public function replace_macros($s,$v);\r
10         public function get_template_file($file, $root='');\r
11 }\r