Change header and footer on all AMember pages

Discussion in 'Templates customization' started by bdmc, Mar 27, 2012.

  1. bdmc

    bdmc New Member

    Joined:
    Mar 23, 2012
    Messages:
    20
    Hello

    Where I can change header and footer on all AMember pages?

    My first quess was to go into Application/Default/Views/layout.phtml. I am not sure if it is the right file...but if it is, should I change this line

    Code:
     <div class="am-header">
                    <div class="am-header-content-wrapper am-main">
                        <div class="am-header-content">
                            <img src="<?php echo $this->_scriptImg('/header-logo.png') ?>" alt="aMember Pro" />
                        </div>
                    </div>
                </div>
    I want to insert my own logo. For this change, I believe it's this line <img src="<?php echo $this->_scriptImg('/header-logo.png') ?>" alt="aMember Pro" />

    As for the footer, the line to change would be Built on <a href="http://www.amember.com/p/" style="text-decoration: none;">aMember Pro&trade; membership software</a>

    A light on this would be appreciated.

    Thank you.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes this is correct. You have to edit layout.phtml file.
    Please have a look to these instructions: http://www.amember.com/docs/Themes_and_Templates
    That is recommended way to modify aMember's templates and keep your customizations in the future.

Share This Page