diff options
Diffstat (limited to 'phpBB/ucp.php')
| -rwxr-xr-x | phpBB/ucp.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php index cf75233172..87c331ed92 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -32,6 +32,9 @@ $user->session_begin(); $auth->acl($user->data); $user->setup('ucp'); +// Setting a variable to let the style designer know where he is... +$template->assign_var('S_IN_UCP', true); + $module = new p_master(); // Basic "global" modes |
