|
OK, I see the line of code but I'd like to verify the syntax I'm using before I switch a lot of links...
$regtext = " · <a href=\"{$Globals['vbulletin']}/register.php?action=signup\">{$Globals['pp_lang']['register']}</a>";
replace with:
$regtext = " · <a target="_top" href=\"{$Globals['vbulletin']}/register.php?action=signup\">{$Globals['pp_lang']['register']}</a>";
i.e. it's OK to put the target element ahead of href??
|