Elgg
stable
  • Getting Started
  • Administrator Guides
  • Developer Guides
    • Don’t Modify Core
    • Access Control Lists
    • Accessibility
    • Forms + Actions
    • Ajax
    • Authentication
    • Capabilities
    • Context
    • Cron
    • Database
    • Email
    • Error Handling
    • List of events in core
    • File System
    • Group Tools
    • Plugin coding guidelines
    • Helper functions
    • List of plugin hooks in core
    • Internationalization
    • JavaScript
    • Menus
    • Notifications
    • Page ownership
    • Permissions Check
    • Plugins
    • River
    • Routing
    • Search
    • Services
    • Plugin settings
    • Themes
    • Writing a plugin upgrade
    • Views
      • Introduction
      • Using views
      • Views as templates
      • Views as cacheable assets
      • Views and third-party assets
      • Viewtypes
      • Altering views via plugins
      • Displaying entities
      • Listing entities
      • Icons
      • Related
        • Page structure best practice
        • Simplecache
        • Page/elements/foot vs footer
    • Walled Garden
    • Web services
    • Widgets
  • Tutorials
  • Design Docs
  • Contributor Guides
  • Appendix
Elgg
  • Docs »
  • Developer Guides »
  • Views »
  • Page/elements/foot vs footer
  • Edit on GitHub

Page/elements/foot vs footer¶

page/elements/footer is the content that goes inside this part of the page:

<div class="elgg-page-footer">
        <div class="elgg-inner">
                <!-- page/elements/footer goes here -->
        </div>
</div>

Its content is visible to end users and usually where you would put a sitemap or other secondary global navigation, copyright info, powered by elgg, etc.

page/elements/foot is inserted just before the ending </body> tag and is mostly meant as a place to insert scripts that don’t already work with elgg_require_js('amd/module');. In other words, you should never override this view and probably don’t need to extend it either. Just use the elgg_*_js functions instead

Next Previous

© Copyright 2013, Various Revision 94e326e5.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
master
latest
stable
3.3
3.2
3.1
3.0
2.3
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.