Removing "CGI-Central.NET" in Footer

Discussion in 'Templates customization' started by goldgoose, Nov 14, 2011.

  1. goldgoose

    goldgoose New Member

    Joined:
    Oct 30, 2010
    Messages:
    6
    How can I remove the copyright CGI-Central.NET in the footer of the templates?

    I looked in language/en.php but did not see any reference to it.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    you need to edit /amember/templates/footer.html template.
  3. goldgoose

    goldgoose New Member

    Joined:
    Oct 30, 2010
    Messages:
    6
    Hi Alexander,

    The only lines of code I see in templates/footer.html is:

    Code:
    {php}
    echo amember_get_footer($this->_tpl_vars);
    {/php}
    So not sure what that refers to.
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes sorry I forgot about this.
    Check /amember/templates/layout.html at the bottom.
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    It also appears in various other templates in 3.x, check out profile, signup, affiliate and login.html.

    David
  6. vivoboss

    vivoboss New Member

    Joined:
    Feb 24, 2010
    Messages:
    7
    Hi ALex

    Whre is this in v 4.x.x as I cannot seem to find the directory in the new version.
  7. vivoboss

    vivoboss New Member

    Joined:
    Feb 24, 2010
    Messages:
    7
    Seeking location of copyright notices in V4.x.x as the directories appear different than 3.x.x
  8. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    try /amember/application/default/views/layout.html

    David
  9. vivoboss

    vivoboss New Member

    Joined:
    Feb 24, 2010
    Messages:
    7
    Thanks

Share This Page