i have found some "ugly" code

in functions_grps.php
PHP Code:
function grps_rewrite_links($template)
.....
.............
................
$vbulletin->options['hometitle'] . ' ' . $vbphrase['grps_groups'],
i see 3 errors in the above code
- $vbulletin->options['hometitle']
My hometitle is only "MYDOMAINNAME" - so the url is only "www.MYDOMAINNAME/..."
- there is an whitespace between the 2 ' '
- why is there a
$vbphrase['grps_groups'] ?