aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-19 14:23:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-19 14:23:21 +0000
commitb4c9cd7590c26663942dea17c00c9cb12b616cdf (patch)
tree8de35b72067c99ae4d502dc249267674ec5fd6c3 /phpBB/includes/functions_template.php
parent2aa4d3ab07062758f2fb0cd11d03993fc4c1db44 (diff)
downloadforums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar.gz
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar.bz2
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.tar.xz
forums-b4c9cd7590c26663942dea17c00c9cb12b616cdf.zip
- add our beloved in_phpbb check
git-svn-id: file:///svn/phpbb/trunk@5670 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r--phpBB/includes/functions_template.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php
index 96d0bf740b..51e9d7564c 100644
--- a/phpBB/includes/functions_template.php
+++ b/phpBB/includes/functions_template.php
@@ -9,6 +9,13 @@
*/
/**
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
+/**
* @package phpBB3
*
* Extension of template class - Functions needed for compiling templates only.