1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Added download_template.php (copied from core)

This commit is contained in:
bugrain
2009-01-13 08:05:08 +00:00
parent a6f0f94557
commit 225d9c7707

View File

@@ -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);
}
';