Multi-column footer with logo, navigation, contact information, and copyright notice. Configurable for each language.
The footer is rendered by the template on every page. Its structure consists of three components:
footer.contentPageIdA 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.folderPageIdPage UID for the footer navigation (Legal Notice/Privacy Policy/Contact). Rendered as
menu_pagesor via the template partial.footer.copyright+creditsMini 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.
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.
All footer sections are configured centrally via the site settings:
footer.logoPath to the logo file (typically a white SVG version for a dark footer)
footer.contentPageIdPage UID of the footer content area (multi-column layout page)
footer.copyrightCopyright text in the mini-footer
footer.creditsEnabledtrue/false — displays the template credits line
footer.creditsCustom HTML instead of the default credits
footer.callToActionEnables a social media/CTA bar at the top of the footer
navigation.footer.enabledEnables footer navigation
navigation.footer.folderPageIdPage UID for the footer navigation items
design.color.footer-bgetc.Background, text, and headline colors (including separate dark mode variants)