The left navigation menu and footer displayed on every page can be customized by editing two special pages: left-menu-content and footer-content. Changes take effect immediately without restarting the server.
This applies to users with the Editor or Admin role.
The left menu is rendered from the page with slug left-menu-content.
To edit it:
/view/left-menu-contentIf no left-menu-content page exists, the system falls back to the built-in LeftMenu required page.
The footer is rendered from the page with slug footer-content.
To edit it:
/view/footer-contentIf no footer-content page exists, the system falls back to the built-in Footer required page.
You can use the following system variables inside either page:
| Variable | Description |
|---|---|
[{$applicationname}] | Application name from configuration |
[{$version}] | Application version |
Plugin directives such as [{CurrentTimePlugin}] and [{UptimePlugin}] are also supported.
See also LeftMenu (built-in fallback left menu) and Footer (built-in fallback footer).