VB3 Integration Register code location
I see in pp-inc.php where the VB3 register code is:
if ($Globals['allowregs'] == "yes" && empty($User['userid']) ) {
$regtext = get_regcode();
$menu .= $regtext;
But, where is the location of regcode(); ?? I am simply trying to change the middot before the register text to a "|" ! Can you point me in the right direction?
|