diff options
author | redmatrix <git@macgirvin.com> | 2016-05-20 19:11:14 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-20 19:11:14 -0700 |
commit | f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f (patch) | |
tree | 27994af3aec3533ae3fd801243a82f82efa0ac02 /include/plugin.php | |
parent | b2f0d2d085c355010f1475269c4beb4fba7b07dc (diff) | |
download | volse-hubzilla-f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f.tar.gz volse-hubzilla-f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f.tar.bz2 volse-hubzilla-f4da365abdc1ce1da2dde1bb9798f58fc6dc1a9f.zip |
move template stuff to zotlabs/render
Diffstat (limited to 'include/plugin.php')
-rwxr-xr-x | include/plugin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/plugin.php b/include/plugin.php index 89047d4b1..0466360bb 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -5,8 +5,6 @@ * @brief Some functions to handle addons and themes. */ -require_once("include/smarty.php"); - /** * @brief unloads an addon. |