mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/12364] Add template identifier var to all missing pages
PHPBB3-12364
This commit is contained in:
@@ -21,6 +21,9 @@ $user->session_begin();
|
||||
$auth->acl($user->data);
|
||||
$user->setup(array('memberlist', 'groups'));
|
||||
|
||||
// Setting a variable to let the style designer know where he is...
|
||||
$template->assign_var('S_IN_MEMBERLIST', true);
|
||||
|
||||
// Grab data
|
||||
$mode = request_var('mode', '');
|
||||
$action = request_var('action', '');
|
||||
|
Reference in New Issue
Block a user