Local footer
Notice: This documentation has been deprecatedFor new web site development and existing site improvement, please refer to the EBI Visual Framework (v1.1) documentation. All services are expected to use the new framework by February 2017. |
Problem:
You need to provide guidance, a reference, or other general information about a whole page in your site, and you need to put that information somewhere.
Solution:
You can uncomment the local-footer <div> in your templates, and use it whenever appropriate.
For example:
<div id="local-footer" class="grid_24 clearfix">
<p>How to reference this page: ...</p>
</div>
Usage:
Use the local footer to hold meta information about the content on one of your pages, instead of including that information in the page itself.
