Should be public_common.pl:
Code
	if ($vars_display{ContactLinkType} ne 'Email') {
		$contact_url = qq!$vars_display{ContactURL}!;
	} else {
		$contact_url = qq!mailto:$vars_display{BBEmail}!;
	}

	my @ContactItems = ();
	if($vars_display{ShowContactUsLink} eq "ON") {
		push(@ContactItems, qq!<a href="$contact_url">$vars_wordlets{contact_us}</a>!);
	}

	if($vars_display{ShowHomepageLink} eq "ON") {
		push(@ContactItems, qq!<a href="$vars_display{HomePageURL}">$vars_display{MyHomePage}</a>!);
	}

	if ($vars_display{ShowPrivacyLink} eq "ON") {
		push(@ContactItems, qq!<a href="$vars_display{PrivacyURL}">$vars_wordlets{privacy_statement_link}</a>!);
	}


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!