1
0
mirror of git://f0xx.org/ac/ac-platform-php synced 2026-07-29 02:58:38 +03:00

feat(platform): shared nav shell and common footer config

Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
Anton Afanasyeu
2026-07-12 13:53:14 +02:00
parent 23b352ff27
commit dbe0a83636
3 changed files with 131 additions and 3 deletions

View File

@@ -21,11 +21,11 @@ return [
// --- Default left column when `left` is null ---
// Use holder_name + holder_url for a safe link (holder HTML is escaped if used alone).
'holder_name' => 'Anton Afanaasyeu',
'holder_name' => 'Anton Afanasyeu',
'holder_url' => 'https://f0xx.org',
'holder' => null,
'copyright_symbol' => "\u{00A9}",
'show_year' => false,
'copyright_symbol' => '',
'show_year' => true,
// null = current calendar year at render time (end of range).
'year' => null,
// Integer start year. With year_through_current: "2026 - current" (literal suffix).