# Shared platform pieces ## Footer (`footer.php`) Single copyright footer for hub, crashes, tickets, graphs, and builder consoles. **Configure:** edit `footer.config.php` (copy from `footer.config.example.php`). | Key | Purpose | |-----|---------| | `holder` | Copyright name | | `copyright_symbol` | `(c)` or `©` | | `show_year` | Append year | | `year` | Fixed year, or `null` for current | | `use_i18n` | `data-i18n` for consoles with `i18n.js` | **In PHP views:** `` (loaded via each app `bootstrap.php`). **Hub:** `examples/app_hub/index.php` (landing nginx runs it through PHP-FPM). **Static HTML export:** ```bash php examples/platform/scripts/render-footer-html.php ``` **Gitea** (`/git/`) uses the upstream Gitea UI; this footer does not apply there unless you customize Gitea templates separately.