Footer

Discussion in 'Customization & add-ons' started by cfksite, Aug 18, 2007.

  1. cfksite

    cfksite New Member

    Joined:
    Jul 29, 2007
    Messages:
    4
    Does Anyone Know The code to Put the footer "footer.html" On Your own Custom Pages?
  2. gantocks

    gantocks New Member

    Joined:
    Feb 2, 2005
    Messages:
    22
    Hi there


    Just edit the footer.html file in the Amember - Templates Folder
  3. cfksite

    cfksite New Member

    Joined:
    Jul 29, 2007
    Messages:
    4
    Yea, i know How to Edit the Footer, but How Do I Put The Footer On Other Pages That I Made my Self.
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Are you using php for your other pages? Or just straight HTML?

    If its PHP:
    include_once ('/home/yoursite/www/amember/templates/footer.html');

    If straight HTML, copy and paste it.

    David
    _________________
    Discover How to Start-Up and Run a Profitable Membership Site
    ==> http://www.MembershipAcademy.com <==
    Membership Academy: Comparisons, reviews, forums and videos on membership software and payment systems.
  5. cfksite

    cfksite New Member

    Joined:
    Jul 29, 2007
    Messages:
    4
    i Am using PHP.

    Thank U

Share This Page