Add text to signup page

Discussion in 'Templates customization' started by shopgirl, Dec 19, 2009.

  1. shopgirl

    shopgirl New Member

    Joined:
    Dec 19, 2009
    Messages:
    1
    On the signup page, I want to add some text underneath "Membership Type". I've created an en-custom.php file, I'm just not sure how to add a line break and more text. Any help is great appreciated!

    Update:
    Nevermind - I figured it out. I am posting it here in case anyone else wants to do this.

    I put this code in templates/signup.html after the code where it pulled in "membership type":

    Code:
    <br />
               <div class="small">#_TPL_SIGNUP_MEMB_TYPE_2#</div>
    Then in languages/en-custom.php I added this:
    Code:
    define ('_TPL_SIGNUP_MEMB_TYPE_2', 'More text here');
    I hope this helps. :)

Share This Page