From 225d9c7707ea5d80921fc745d1403834da1cbfe5 Mon Sep 17 00:00:00 2001 From: bugrain Date: Tue, 13 Jan 2009 08:05:08 +0000 Subject: [PATCH] Added download_template.php (copied from core) --- e107_plugins/download/download.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/download/download.php b/e107_plugins/download/download.php index 2e56702ba..636f089fa 100644 --- a/e107_plugins/download/download.php +++ b/e107_plugins/download/download.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/download.php,v $ -| $Revision: 1.2 $ -| $Date: 2009-01-13 00:42:54 $ +| $Revision: 1.3 $ +| $Date: 2009-01-13 08:05:08 $ | $Author: bugrain $ | +----------------------------------------------------------------------------+ @@ -53,7 +53,7 @@ $template_load_core = ' } else { - require_once(e_THEME."templates/".$template_name); + require_once(e_PLUGIN."download/templates/".$template_name); } ';