Sample Footer File

The default footer for the End-User Portal includes the copyright information inside a gray box:

Default footer

However, if you wanted to, for example, change the background color of the footer and add a link to an internal Support site, you could create a custom footer file:

<div class="myfooter">

    <p class="mysupport"><strong>Technical Support</strong>:

        <a href="mailto:support@mycompany.com">support@mycompany.com</a> | 800-555-5555</p>

</div>

The resulting footer would look similar to this:

Custom footer

You will notice that the text in your custom footer replaces the copyright information that previously appeared.