aboutsummaryrefslogtreecommitdiffstats
path: root/include/ITemplateEngine.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-20 19:11:14 -0700
committerredmatrix <git@macgirvin.com>2016-05-20 19:11:14 -0700
commitf4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f (patch)
tree27994af3aec3533ae3fd801243a82f82efa0ac02 /include/ITemplateEngine.php
parentb2f0d2d085c355010f1475269c4beb4fba7b07dc (diff)
downloadvolse-hubzilla-f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f.tar.gz
volse-hubzilla-f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f.tar.bz2
volse-hubzilla-f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f.zip
move template stuff to zotlabs/render
Diffstat (limited to 'include/ITemplateEngine.php')
-rwxr-xr-xinclude/ITemplateEngine.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/ITemplateEngine.php b/include/ITemplateEngine.php
deleted file mode 100755
index 7bd559a63..000000000
--- a/include/ITemplateEngine.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-require_once 'boot.php';
-
-/**
- * @brief Interface for template engines.
- */
-interface ITemplateEngine {
- public function replace_macros($s, $v);
- public function get_markup_template($file, $root='');
-}