imlemented step 16 by Gemini
- Template
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user