diff options
Diffstat (limited to 'phpBB/includes/page_header.php')
| -rw-r--r-- | phpBB/includes/page_header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 2325acd047..5d82661b09 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -160,6 +160,7 @@ $template->assign_vars(array( "U_FAQ" => append_sid("faq.".$phpEx), "U_VIEWONLINE" => append_sid("viewonline.$phpEx"), "U_LOGIN_LOGOUT" => append_sid($u_login_logout), + "U_MEMBERSLIST" => append_sid("memberlist.".$phpEx), "S_TIMEZONE" => $s_timezone, "S_LOGIN_ACTION" => append_sid("login.$phpEx"), |
