I was talkin' about the pic, lol
btw, why the hell put "" or '' instead?
Just replace:
$MainButtons = qq!
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile"><ACRONYM TITLE="$vars_wordlets{profile_acronym}">$vars_wordlets{profile_link}</ACRONYM></A> $RegisterLink $SearchLink | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=faq"><ACRONYM TITLE="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</ACRONYM></A> | <A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><ACRONYM TITLE="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</ACRONYM></A>
!;
return($MainButtons);
by:
$MainButtons = qq!
!;
} # end mainbuttonoptions
Geezzz, I'm doing a better job on this then you's and the only way I learned cgi is by fixxing ubb all the time cause the modifications (etc..) are ****ed up.