\n\t"; if($_GET[SelectedPackage] == $a1[PriceID]) { $Prices .= ""; } else { $Prices .= ""; } $Prices .= "\n\t$a1[PackageName] "; $Prices .= "$a1[PriorityName]"; if($a1[Duration] == '1') { $Prices .= ", $a1[Duration] month"; } else { $Prices .= ", $a1[Duration] months"; } if($a1[PriceValue] > '0') { $Prices .= "$aset[Currencya]$a1[PriceValue]\n\n"; } else { $Prices .= "Free!\n\n"; } } if($_GET[e] == '1') { $error = "Select a package, please!"; } if(ereg("register.php", $_SERVER[HTTP_REFERER])) { $NewAgentMessage = "Thank you for your registration!
"; } //get the templates require_once("templates/HeaderTemplate.php"); require_once("templates/PricesTemplate.php"); require_once("templates/FooterTemplate.php"); ?>