aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.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/text.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/text.php')
-rw-r--r--include/text.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/text.php b/include/text.php
index 554518e32..df6dac056 100644
--- a/include/text.php
+++ b/include/text.php
@@ -3,8 +3,6 @@
* @file include/text.php
*/
-require_once("include/template_processor.php");
-require_once("include/smarty.php");
require_once("include/bbcode.php");
// random string, there are 86 characters max in text mode, 128 for hex
@@ -16,8 +14,8 @@ define('RANDOM_STRING_TEXT', 0x01 );
/**
* @brief This is our template processor.
*
- * @param string|FriendicaSmarty $s the string requiring macro substitution,
- * or an instance of FriendicaSmarty
+ * @param string|SmartyEngine $s the string requiring macro substitution,
+ * or an instance of SmartyEngine
* @param array $r key value pairs (search => replace)
* @return string substituted string
*/