imlemented step 16 by Gemini

- Template
This commit is contained in:
2026-06-15 04:38:05 +02:00
parent 7efd6b24a5
commit d350daa1d8
11 changed files with 302 additions and 10 deletions

View File

@ -8,13 +8,6 @@ $identity = $project['wizard_data']['identity'] ?? [];
$contact = $project['wizard_data']['contact'] ?? [];
$visuals = $project['wizard_data']['visuals'] ?? [];
$assets = $project['wizard_data']['assets'] ?? [];
// Helper function for safe output
if (!function_exists('e')) {
function e($value) {
return htmlspecialchars((string)($value ?? ''), ENT_QUOTES, 'UTF-8');
}
}
?>
<!DOCTYPE html>
<html lang="sk">