View Single Post
Old February 13th, 2005, 04:52 PM   #7 (permalink)
ppostuser
Registered User
 
Join Date: Nov 2004
Posts: 31
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 = " &middot; <a href=\"{$Globals['vbulletin']}/register.php?action=signup\">{$Globals['pp_lang']['register']}</a>";

replace with:

$regtext = " &middot; <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??
ppostuser is offline   Reply With Quote