aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template_context.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template_context.php')
-rw-r--r--phpBB/includes/template_context.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/includes/template_context.php b/phpBB/includes/template_context.php
index ae898e9be1..df5c4afb24 100644
--- a/phpBB/includes/template_context.php
+++ b/phpBB/includes/template_context.php
@@ -1,5 +1,26 @@
<?php
+/**
+*
+* @package phpBB3
+* @version $Id$
+* @copyright (c) 2011 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
+
+/**
+* @ignore
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+/**
+* Stores variables assigned to template.
+*
+* @package phpBB3
+*/
class phpbb_template_context
{
/**