aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-08 17:48:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-08 17:48:54 +0000
commit3db70734152d6d4d88b8b9775d48e30dad34f587 (patch)
treec2d0370cd4b7cd1ed2611fbfaee424b57cac2e8b /phpBB/includes/functions_template.php
parenta2ac7a6cc69228b959a1bf3f79acd649d0059110 (diff)
downloadforums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.gz
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.bz2
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.xz
forums-3db70734152d6d4d88b8b9775d48e30dad34f587.zip
added/changed language strings
git-svn-id: file:///svn/phpbb/trunk@5775 89ea8834-ac86-4346-8a33-228a782c2dd0
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
*/