Footer

Multi-column footer with logo, navigation, contact information, and copyright notice. Configurable for each language.

Architecture

The footer is rendered by the template on every page. Its structure consists of three components:

footer.contentPageId

A reference to a page (system folder or regular page) whose content elements form the multi-column footer body. The layout is created using t3bs_fluidrow + t3bs_column-elements.

navigation.footer.folderPageId

Page UID for the footer navigation (Legal Notice/Privacy Policy/Contact). Rendered as menu_pages or via the template partial.

footer.copyright + credits

Mini footer row at the very bottom — copyright text + optional credits row.

Tip: You can see the footer of this demo at the bottom of the page. contentPageId=210, navigation.footer.folderPageId=200, 4-column layout using native t3bs_fluidrow + menu_pagesCEs.

Layout Variations

The number of columns in the footer content is determined by the grid setup of the CEs on the referenced footer content page. The following sketches show the typical layouts.

1-column — Logo + Copyright centered

Logo

© 2026 Company · Legal Notice · Privacy Policy

Usage: Landing pages, one-page sites. Minimal footer area without navigation.

2-column — Logo + Quick Links

Logo

Short tagline or address.

Links

Legal Notice | Privacy Policy | Contact

Use: Smaller company websites with a simple list of links.

3-column layout — Logo + Sitemap + Contact

Logo

Short tagline.

Navigation

ProductsAbout UsBlog

Contact

Musterstraße 1
12345 Berlin
info@example.com

Application: Standard solution for small and medium-sized businesses and clubs.

4-column — Sitemap footer (as shown in this demo)

Logo

Column 1

Link A, Link B, Link C

Column 2

Link D, Link E, Link F

Column 3

Link G, Link H, Link I

Usage: Larger sites with an extensive footer sitemap. This demo uses this variant.

Configuration via Site Settings

All footer sections are configured centrally via the site settings:

footer.logo

Path to the logo file (typically a white SVG version for a dark footer)

footer.contentPageId

Page UID of the footer content area (multi-column layout page)

footer.copyright

Copyright text in the mini-footer

footer.creditsEnabled

true/false — displays the template credits line

footer.credits

Custom HTML instead of the default credits

footer.callToAction

Enables a social media/CTA bar at the top of the footer

navigation.footer.enabled

Enables footer navigation

navigation.footer.folderPageId

Page UID for the footer navigation items

design.color.footer-bg etc.

Background, text, and headline colors (including separate dark mode variants)