aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/group/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/group/helper.php')
-rw-r--r--phpBB/phpbb/group/helper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/group/helper.php b/phpBB/phpbb/group/helper.php
index 5e60270931..7f249d7aee 100644
--- a/phpBB/phpbb/group/helper.php
+++ b/phpBB/phpbb/group/helper.php
@@ -73,6 +73,7 @@ class helper
$this->phpbb_root_path = $path_helper->get_phpbb_root_path();
+ /** @html Group name strings for usage in the template */
$this->name_strings = array(
'base_url' => "{$path_helper->get_phpbb_root_path()}memberlist.{$path_helper->get_php_ext()}?mode=group&g={GROUP_ID}",
'tpl_noprofile' => '<span class="username">{GROUP_NAME}</span>',