aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 0293d161e4..3470518a4e 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -25,6 +25,9 @@ $user->setup('mcp');
$module = new p_master();
+// Setting a variable to let the style designer know where he is...
+$template->assign_var('S_IN_MCP', true);
+
// Basic parameter data
$id = request_var('i', '');