added matomo

This commit is contained in:
2026-01-09 12:41:55 -08:00
parent 0d91b61bd0
commit 81c239f043
3 changed files with 20 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ $log = new Logger(\BASEPATH . $config['logfile'], $config['loglevel']);
// --- Twig Data Array ---
$data = [];
$data['fonts'] = $config['fonts'] ?? [];
$data['matomo'] = $config['matomo'] ?? 0;
// --- Session ---
use Novaconium\Session;