1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 07:20:00 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-20 22:56:48 +02:00
parent 26642f46c6
commit 0d8b06f096
14 changed files with 724 additions and 26 deletions

View File

@@ -20,7 +20,10 @@ return [
'bottom' => null,
// --- Default left column when `left` is null ---
'holder' => '<a href="https://f0xx.org">Anton Afanaasyeu</a>, 2026 - current',
// Use holder_name + holder_url for a safe link (holder HTML is escaped if used alone).
'holder_name' => 'Anton Afanaasyeu',
'holder_url' => 'https://f0xx.org',
'holder' => null,
'copyright_symbol' => "\u{00A9}",
'show_year' => false,
// null = current calendar year at render time (end of range).