aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r--phpBB/includes/functions_template.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php
index 540aa329c1..bf70f174d3 100644
--- a/phpBB/includes/functions_template.php
+++ b/phpBB/includes/functions_template.php
@@ -23,6 +23,8 @@ if (!defined('IN_PHPBB'))
* psoTFX - Completion of file caching, decompilation routines and implementation of
* conditionals/keywords and associated changes
*
+* phpBB Development Team - further additions and fixes
+*
* The interface was inspired by PHPLib templates, and the template file (formats are
* quite similar)
*
@@ -36,6 +38,8 @@ if (!defined('IN_PHPBB'))
*/
class template_compile
{
+ var $template;
+
/**
* constuctor
*/