Need Help with Small Change to Register Page

Hello All…



I have a very small change that I’d like to make to the register page (index.php?dispatch=profiles.add).



I’d like to change the Account Type field so that Affiliate is the first entry or perhaps the only entry.



What would I have to do? Thank you, your help is much appreciated!

[quote name=‘elmer328’]Hello All…



I have a very small change that I’d like to make to the register page (index.php?dispatch=profiles.add).



I’d like to change the Account Type field so that Affiliate is the first entry or perhaps the only entry.



What would I have to do? Thank you, your help is much appreciated![/QUOTE]



[root] → skins → [skin] → customer ->addons ->affiliate → hooks → profiles → account_info.pre.tpl



all you should have to do is change these two lines around…


```php

{$lang.affiliate} ```

I haven't tested this but it should work.