View Single Post
Old February 11th, 2006, 01:13 PM   #1 (permalink)
kaufmanb777
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 37
Unhappy 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?
kaufmanb777 is offline   Reply With Quote